-
Add to your
Gemfileand install> cat <<EOM >> Gemfile gem 'active_notebook', github: 'thefotios/active_notebook', branch: 'main' EOM > bundle install > bundle binstubs active_notebook
-
Add
jupyter(if you don't already have it installed)> pipenv --python 3.8 install jupyterlab -
Run it
> pipenv run bin/active_notebook
If you have jupyter lab installed some other way, you can omit the pipenv commands.
-
Clone the repo somewhere (eg,
~/src/active_notebook) -
Link into a project
> bundle config local.active_notebook ~/src/active_notebook > bundle install