JupyterLab環境構築
インストール
Installation — JupyterLab 0.35.4 documentation
サービス
code:memo
launchctl unload ~/Library/LaunchAgents/com.pogin.jupyterlab.plist
launchctl load ~/Library/LaunchAgents/com.pogin.jupyterlab.plist
jupyter kernelspec list
カーネル
PowerShell
code:memo
pip install powershell_kernel
python -m powershell_kernel.install
Pipenvの環境を使う
code:memo.sh
pip install ipykernel # ???
or
pipenv install ipykernel # ???
pipenv install ipykernel
pipenv shell
# python -m ipykernel install --user --name=my-virtualenv-nam
python -m ipykernel install --user --name=scrape_env
https://www.linkedin.com/pulse/how-use-virtual-environment-inside-jupyter-lab-sina-khoshgoftar
python - Is there a way to use pipenv with Jupyter notebook? - Stack Overflow
JupyterLabの始め方(Windows/Pipenv)
#Python #JupyterLab