Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rcloud.jupyter only supports older jupyter packages #2751

Open
gordonwoodhull opened this issue Jan 19, 2021 · 1 comment
Open

rcloud.jupyter only supports older jupyter packages #2751

gordonwoodhull opened this issue Jan 19, 2021 · 1 comment
Assignees

Comments

@gordonwoodhull
Copy link
Contributor

I first heard about this in September.

APIs have changed in nbconvert, nbformat, maybe ipykernel and jupyter-core too.

In order to get Jupyter cells working in RCloud, I had to do

sudo pip3 install --no-cache -I ipykernel==4.8.2 jupyter-client==5.2.3 jupyter-core==4.4.0 nbconvert==5.3.1 nbformat==4.4.0 tornado==5.0.2

(Yes, pip... all Jupyter Ubuntu packages have disappeared, Jupyter recommends Anaconda now...)

@gordonwoodhull
Copy link
Contributor Author

None of the updates look complicated - just parameters added to methods as far as I could see.

@s-u s-u self-assigned this Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants