https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_connect-to-a-remote-jupyter-server
그런데 그냥 위에걸 잘 쓰는게 더 나은듯
| pip install jupyterlab | |
| apt install nodejs -y | |
| apt install npm -y | |
| npm cache clean -f | |
| npm install -g n | |
| n lts | |
| pip install jupyterlab-git | |
| pip install jupyterlab-vim | |
| jupyter labextension install @jupyterlab/toc | |
| jupyter labextension install @krassowski/jupyterlab_go_to_definition | |
| pip install jupyterlab-lsp |
| jupyter nbconvert --to python [your notebook file name].ipynb | |
| jupyter lab --ip=0.0.0.0 --port=8943 --allow-host |