-
Notifications
You must be signed in to change notification settings - Fork 75
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
Trying to run Jupyter Book with Jupyter Lab saying : Kernel don't exist on clean installation #1875
Comments
Try jupyter-server --IdentityProvider.token=512ac78f14e1141db1fac17e8b4099c1e5bc7d589518b38c --ServerApp.allow_origin='http://localhost:3000' The option you need to set for contemporary servers is |
Yep, i try with ServerApp :
Same error with jupyter-lab (and not jupyter-server) With jupyter-server, to remove the CORS problems i generate a config file That resolve the problem of CORS, but that doesn't solve the others errors, on kernel not existing... I have the same error with both jupyter lab and jupyter server. |
You have a typo. It should be this:
|
Omg ... so much time lost due to this typo ... But the step 4, opening the jupyter lab from localhost:3000 to localhost:8888, i have no "visual" display of mystmd, only raw text, and no running option. Package mystmd is installed correctly it seems :
I have this error/warning :
|
You can install jupytext on the server to have an "open-with notebook". |
Works great, thanks, waiting the next iteration for jupyterlab-myst ! :) |
Description
I'm trying to run jupyter lab then jupyter book ... but i have errors starting the first step.
Step to reproduce
1 - I first edit the
myst.yaml
setting a Token :2 - I run Jupyter Lab with token :
jupyter-lab --IdentityProvider.token=512ac78f14e1141db1fac17e8b4099c1e5bc7d589518b38c --NotebookApp.allow_origin='http://localhost:3000' &
Server run but return these Warning/Errors constantly :
3 - Jupyter Book
Next step is running ```jupyter-book start --debug &`
4- Connecting localhost:3000
It works only with jupyter server alone on localhost:8888, but not whith jupyter lab.
THe pip list :
I don't understand the error, seems there is old kernel, cache or something .... but my install is clean starting from a local containerized env ...
Proposed solution
No solution actually.
Additional notes
The text was updated successfully, but these errors were encountered: