JupyterLab環境構築
インストール
サービス
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