Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move away from jupyter notebook #45

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you have an existing Mamba installation, skip steps 1 and 2 below. If you hav
$ conda activate openff
$ openff-toolkit-examples --target offtk-examples
$ cd offtk-examples/toolkit_showcase
$ jupyter notebook toolkit_showcase.ipynb
$ jupyter-lab toolkit_showcase.ipynb
```

If that worked, you're all set! The rest of this page covers corner cases and how to manage Conda environments. For package-specific installation instructions, please see the individual [project docs].
Expand Down Expand Up @@ -150,7 +150,7 @@ Any time you want to use software installed in an environment you have created,

```shell-session
$ conda activate <name>
$ jupyter notebook .
$ jupyter-lab .
```

[virtual environments]: inv:conda#user-guide/concepts/environments
Expand Down
Loading