can not start jupyter server: OS not supported on Ubuntu (snap installed code-insiders)
See original GitHub issueOn Ubuntu 19.10, installed all updates at the time of writing this
- run in terminal
sudo snap install code-insiders --classic
- run any cell
output:
We cannot launch a jupyter server because your OS is not supported. Select an already running server if you wish to continue. Error: Error: /snap/core/current/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /home/georg/.vscode-insiders/extensions/ms-python.python-2020.4.72445-dev/out/client/node_modules/zeromq/prebuilds/linux-x64/electron.napi.glibc.node)
maybe helpful
(base) georg@georg-laptop:~$ strings /snap/core/current/usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.2
GLIBCXX_3.4.2
GLIBCXX_3.4.20
GLIBCXX_3.4.21
and
(base) georg@georg-laptop:~$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.2
GLIBCXX_3.4.2
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBCXX_3.4.26
GLIBCXX_3.4.27
GLIBCXX_3.4.28
anything that I got configured wrongly?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
can not start jupyter server: OS not supported on Ubuntu (snap ...
On Ubuntu 19.10, installed all updates at the time of writing this run in terminal sudo snap install code-insiders --classic run any cell ......
Read more >jupyter server : not started, no kernel in vs code - Stack Overflow
2) Type >Python: Select Intepreter to start jupyter notebook server ... jupyter-console 6.2.0 requires pygments, which is not installed.
Read more >Running Visual Studio Code on Linux
The easiest way to install Visual Studio Code for Debian/Ubuntu based distributions is to download and install the .deb package (64-bit), either through...
Read more >What to do when things go wrong - The Jupyter Notebook
Try running jupyter-notebook (with a hyphen). ... If your problem is with another kernel, not the Python one we maintain, you may need...
Read more >Snap Store does not start on Ubuntu 22.04.1
Try removing and reinstalling the snap-store. sudo snap remove snap-store then sudo snap install snap-store · 1 · File it as a bug...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
confirm that it is. Thanks!
Should be fixed now.