@@ -34,7 +34,6 @@ Normally, your target machine must meet these requirement packages before instal
34
34
35
35
``` shell
36
36
pip install jupyter-cpp-kernel
37
- install_cpp_kernel --user
38
37
```
39
38
40
39
#### Installing on Debian/Ubuntu
@@ -46,7 +45,6 @@ sudo apt install -y python3 python3-pip
46
45
sudo pip install --upgrade pip
47
46
sudo pip install jupyter # Or jupyterlab. Using `sudo` to install to the main packge
48
47
sudo pip install jupyter-cpp-kernel # Can be `sudo`, but using it with caution. Only for large deployment Jupyter server
49
- install_cpp_kernel --user # Can be `sudo`, but using it with caution. Only for large deployment Jupyter server
50
48
```
51
49
52
50
### Install from GitHub repo
@@ -60,7 +58,6 @@ install_cpp_kernel --user # Can be `sudo`, but using it with caution. Only for l
60
58
61
59
``` shell
62
60
pip install git+https://github.com/takinekotfs/jupyter-cpp-kernel.git
63
- install_cpp_kernel --user
64
61
```
65
62
66
63
#### Installing on Debian/Ubuntu
@@ -72,7 +69,6 @@ sudo apt install -y python3 python3-pip
72
69
sudo pip install --upgrade pip
73
70
sudo pip install jupyter # Or jupyterlab. Using `sudo` to install to the main packge
74
71
sudo pip install git+https://github.com/takinekotfs/jupyter-cpp-kernel.git
75
- install_cpp_kernel --user # Can be `sudo`, but using it with caution. Only for large deployment Jupyter server
76
72
```
77
73
78
74
## Contributing
0 commit comments