コンテンツにスキップ

Jupyterlab

Install

mkdir jupyterlab
cd jupyterlab
PROJECT=$(basename ${PWD})
python3 -m venv ~/.virtualenvs/${PROJECT}
ln -s ~/.virtualenvs/${PROJECT}/bin/activate
source activate
pip install jupyterlab

Usage

jupyter notebook --generate-config
vi ~/.jupyter/jupyter_notebook_config.py
jupyter lab

Plugins

RobotFramework plugin

https://github.com/robots-from-jupyter/robotkernel


最終更新日: 2021-05-19 14:16:14