jupyter problem
aishen at free.fr
aishen at free.fr
Thu Mar 3 09:57:42 UTC 2022
In ubuntu dev I got this problem with sagemath and jupyter
"Jupyter Notebook does not load using ubuntu 18.04 LTS in windows 10"
but not only in ubuntu LTS in 22.04 too. Both on ubuntu natif and
windows wsl.
I did this to correct it
# Generate jupyter_config.py if it does not exists
jupyter jupyter notebook --generate-config
# Use nano or whatever editor. I use vs code
code${USER}/.jupyter/jupyter_notebook_config.py
# Search and uncomment `c.NotebookApp.use_redirect_file=True` and set it
to False
c.NotebookApp.use_redirect_file=False
But is there not a better way for not having this ?
I spend a lot of times to find how to correct, I even reinstall ubuntu
22.04 and got the same problem ?
I am not good enaugh to find a good issue
Best
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20220303/cb780dcd/attachment.html>
More information about the Ubuntu-devel-discuss
mailing list