Skip to main content

All Questions

1 vote
0 answers
83 views

VS Code Jupyter extension running multiple R sessions, hogging up memory

As the heading states, I'm running R in the Jupyter notebook inside VS Code (on Ubuntu 20.04.1 LTS). What I've noticed, is that VS Code or the Jupyter extension initiates multiple R sessions as seen ...
Pål Bjartan's user avatar
0 votes
1 answer
779 views

Systemd jupyter service only works after service restart

Using systemd, I am trying to setup my Ubuntu 20.04 workstation to host a Jupyter lab environment for my LAN. This somewhat works. If I manually issue the command to start Jupyter on port 8888, ...
Channel59's user avatar
1 vote
2 answers
2k views

How to use Jupyter Lab with ipv6 on Ubuntu

Could someone help me to use Jupyter Lab with ipv6 on Ubuntu? I have google everywhere but I could not find the answer. I've tried both jupyter lab --ip=::1 or jupyter lab --ip=MY_IPV6 it's not ...
Zen3515's user avatar
  • 131
0 votes
2 answers
4k views

Can't find jupyter notebook's installed location or remove it from Ubuntu

I installed the jupyter notebook ,can't remember how , but when it came to remove it I just can't , it's there and works by simply typing: "$jupyter notebook " but still : Synaptic does not recognise ...
gaurav1999's user avatar
2 votes
0 answers
4k views

How to run multi core using jupyter in ubuntu server?

I have a ubuntu server. it is have a dual xeon E5-2620V4(32 core). The problem is that when running code in "Jupyter notebook", only one of the 32 cores works. So the execution time is very long. ...
user8727622's user avatar
1 vote
1 answer
1k views

Jupyter Notebook hangs when it launched in background. Why?

If it launched in GUI and I left the PC and access it via my notebook, it runs ok. If it via launched jupyter notebook via SSH, it runs ok. But obviously it will be exited when the SSH is closed. If ...
Rizky Luthfianto's user avatar
1 vote
0 answers
868 views

Switching between a python 2.7 Jupyter Notebook and python 3.5 Jupyter Notebook

Due to some of the work I do and classes I am in I frequently find my self needing to use both python 2 and python 3 jupyter notebooks. I installed both notebook servers using pip (pip3 for python 3 ...
bs7280's user avatar
  • 185
1 vote
2 answers
3k views

Jupyter Notebook on AWS does not connect to kernels

I've installed Jupyter Notebook on AWS (Ubuntu 14.04). The notebook runs, however, does not connect to kernels: The shell output: [I 15:00:22.857 NotebookApp] Kernel interrupted: 805928a8-674d-458f-...
Konrad's user avatar
  • 767