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

Error: Unable to find a paired notebook for /src/bar.sync.py in registered notebooks: {}. #56

Open
jeanCarloMachado opened this issue Jun 27, 2023 · 2 comments

Comments

@jeanCarloMachado
Copy link

jeanCarloMachado commented Jun 27, 2023

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
@jeanCarloMachado
Copy link
Author

jeanCarloMachado commented Jun 28, 2023

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?

@rvega
Copy link

rvega commented Jan 26, 2024

Hi @jeanCarloMachado , I am getting the same issue, could you please explain how you installed the versions for your work around?

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