Skip to content

Instantly share code, notes, and snippets.

@iwasakishuto
Created July 7, 2021 07:36
Show Gist options
  • Save iwasakishuto/06ae9e248035c9dd53d4aed81fcfc9e9 to your computer and use it in GitHub Desktop.
Save iwasakishuto/06ae9e248035c9dd53d4aed81fcfc9e9 to your computer and use it in GitHub Desktop.
Run jupyter notebook using Poetry Environment.

Run jupyter notebook using Poetry Environment

$ poetry install
$ poetry shell
(.venv) $ ipython kernel install --user --name=NAME
(.venv) $ exit
# Check the configuration file.
$ jupyter kernelspec list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment