We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...)
The text was updated successfully, but these errors were encountered:
None of the updates look complicated - just parameters added to methods as far as I could see.
Sorry, something went wrong.
s-u
No branches or pull requests
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
(Yes, pip... all Jupyter Ubuntu packages have disappeared, Jupyter recommends Anaconda now...)
The text was updated successfully, but these errors were encountered: