728x90
pip install jupyter-vscode-server
https://pypi.org/project/jupyter-vscode-server/
[Using Docker]
ENV CODESERVER_URL="https://github.com/cdr/code-server/releases/download/1.1119-vsc1.33.1/code-server1.1119-vsc1.33.1-linux-x64.tar.gz"
CODESERVER="code-server1.1119-vsc1.33.1-linux-x64"
RUN wget ${CODESERVER_URL} &&
tar xvf ${CODESERVER}.tar.gz &&
mv ${CODESERVER}/code-server /usr/local/bin/ &&
rm -rf code-server* &&
rm -rf /tmp/* &&
rm -rf $HOME/.cache &&
rm -rf $HOME/.node-gyp &&
fix-permissions $CONDA_DIR &&
fix-permissions $HOME
๋ฐ์ํ
'๐ Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[python 3.8-] Print Format (0) | 2022.06.13 |
---|---|
[*args, **kwargs] ํจ์ ํ๋ผ๋ฏธํฐ ๊ตฌ๋ถ์ (0) | 2022.06.13 |
[Code-Server] import-im6.q16: unable to open X server ์๋ฌ (0) | 2021.07.11 |
[Jupyter Notebook] ์ฃผํผํฐ ๋ ธํธ๋ถ ์ ์คํฌ๋ฆฝํธ ๋๋น ์กฐ์ (cell script option), ํ๋ค์ค ๋๋น ์กฐ์ (0) | 2021.03.21 |
[Data Crawling] Spongebob - 1 (0) | 2021.03.16 |