Python/Jupyter (5) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ ubuntu / jupyter lab / flutter flutter ์ค์นsudo snap install flutter --classic Install the Dart Kernel https://github.com/vickumar1981/jupyter-dart-kernel GitHub - vickumar1981/jupyter-dart-kernel: Dart Kernel for Jupyter NotebooksDart Kernel for Jupyter Notebooks. Contribute to vickumar1981/jupyter-dart-kernel development by creating an account on GitHub.github.com > git clone https://github.com/vickumar1981/jupyter-dart-ker.. [Python] jupyter ์์ event loop ์ค๋ฅ ๋ ๋ ์ถ๊ฐ import nest_asyncio nest_asyncio.apply() https://www.inflearn.com/questions/35032 ์ฃผํผํฐ ๋ ธํธ๋ถ์์ ์ค์ตํ์๋ ๋ถ๋ค์ ๋ค์์ ์ฐธ์กฐํ์๋ฉด ์ข์ต๋๋ค. - ์ธํ๋ฐ | ์ง๋ฌธ & ๋ต๋ณ !pip install nest_asyncio import nest_asyncio nest_asyncio.apply() ์์ ์ฝ๋๋ฅผ ์ ์ ์ถ๊ฐํด์ฃผ์ธ์ ์ฃผํผํฐ ๋ ธํธ๋ถ์ ์์ฒด์ ์ผ๋ก ์ด๋ฒคํธ ๋ฃจํ๋ฅผ ์ฌ์ฉํ๊ณ ์๊ณ ์ด๋ฌํ ๋ฃจํ๋ค์ ์ค์ฒฉ๋์ง ์๋๋ค๊ณ ํฉ๋๋ค. ์ฐธ์กฐ: www.inflearn.com [Juyter] Tips https://hnanmal.tistory.com/entry/%EC%A3%BC%ED%94%BC%ED%84%B0%EB%85%B8%ED%8A%B8%EB%B6%81-%EC%88%98%EB%A7%8E%EC%9D%80-%EC%85%80-%EC%A4%91-%EB%94%B1-%ED%95%98%EB%82%98%EB%A7%8C-%ED%8C%8C%EC%9D%BC%EB%A1%9C-%EC%A0%80%EC%9E%A5%ED%95%98%EA%B8%B0 ์ฃผํผํฐ๋ ธํธ๋ถ ์๋ง์ ์ ์ค, ๋ฑ! ํ๋๋ง ํ์ผ๋ก ์ ์ฅํ๊ธฐ! ์ฃผํผํฐ ๋ ธํธ๋ถ์์ ํ์ด์ฌ์ผ๋ก ํ๋ก๊ทธ๋๋ฐ์ ํ๋ค ๋ณด๋ฉด ๋ฐ๋ณต๋๋ ์ฝ๋๋ฅผ ์ฌ์ฌ์ฉํ๊ธฐ ์ฝ๊ฒ ํจ์๋ก ๋ง๋ค๊ฒ ๋ฉ๋๋ค. ์ด๋ฐ ํจ์๋ค์ ๋ณดํต ํ ์ ์ ๋ชฐ์๋ฃ๊ณ , ๋ค๋ฅธ ์ ์์๋ ์ด ํจ์๋ค์ ํธ์ถํ๋ฉด์ hnanmal.tistory.com Ubuntu ์์ Jupyter lab ์ค์น, ์๊ฒฉ ์ค์ python ์ค์น ํ์ํ ๊ฒฝ์ฐ sudo apt install python3 sudo apt install python3-pip ์ค์น pip3 install jupyterlab Config ํ์ผ ์์ฑ jupyter lab --generate-config jupyter์ ์ ์ํ ๋น๋ฐ๋ฒํธ ์ค์ jupyter notebook password ์๊ฒฉ ์ค์ jupyter_lab_config.py ์์ ๊ฒฝ๋ก : /home/ubuntu/.jupyter/jupyter_lab_config.py c.ServerApp.allow_remote_access = True c.ServerApp.ip = '0.0.0.0' # or '*' : ๋ชจ๋ ip ์ ์ ๊ฐ๋ฅ # ์ธ๋ถ์์ jupyter ์ธํฐํ์ด์ค์ ์ฒ์ ์ ์ํ์ ๋ ๋์ค๋ ๊ฒฝ๋ก๋ฅผ ์ค.. [jupyter] Terminal ์์ ๊ธฐ jupyter_notebook_config.py c.NotebookApp.terminals_enabled = False ์ด์ 1 ๋ค์ ํฐ์คํ ๋ฆฌํด๋ฐ Developer๐ค๊ตฌ๋ ํ๊ธฐ