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
-- 
Ubuntu-devel-discuss mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to