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
Im facing this error and am wondering if there is any version that jupyter needs to be pinned into to work?
My startup script:
#!/bin/bash set -e python3 -m jupyter_ascending.scripts.make_pair --base /src/$1 sleep 2 jupyter notebook --debug --allow-root --ip='*' --NotebookApp.token='' --NotebookApp.password='' --no-browser $1.sync.ipynb & disown sleep 3 python3 -m jupyter_ascending.requests.sync --filename /src/$1.sync.py ``` Cheers
The text was updated successfully, but these errors were encountered:
Got around the problem by pinning jupyter client and tornado versions as the following:
jupyter-client==7.3.2 tornado==6.1
Should we update the docs that this is the max version supported?
Sorry, something went wrong.
Hi @jeanCarloMachado , I am getting the same issue, could you please explain how you installed the versions for your work around?
No branches or pull requests
Im facing this error and am wondering if there is any version that jupyter needs to be pinned into to work?
My startup script:
The text was updated successfully, but these errors were encountered: