Skip to content

Commit

Permalink
Eliminate Anaconda distribution references
Browse files Browse the repository at this point in the history
  • Loading branch information
ktyle committed Sep 30, 2024
1 parent b479e81 commit 8a391a8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions foundations/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ $ conda activate pythia_foundations_env
$ jupyter lab
```

Or you can install the full [Anaconda](https://www.anaconda.com/products/distribution), and select **LAUNCH** under the Jupyter panel in the GUI.

![Anaconda Navigator](../images/Anaconda.png)

In both methods, a new window should open automatically in your default browser. You can change the browser when launching from the terminal with (for example):
A new window should open automatically in your default browser. You can change the browser when launching from the terminal with (for example):

```
jupyter lab —browser=chrome
Expand Down Expand Up @@ -121,4 +117,5 @@ Jupyter notebooks are a free, open-source, interactive tool running inside a web

## Resources and References

- [Anaconda](https://www.anaconda.com/products/distribution)
- [conda-forge](https://conda-forge.org)
- [Miniforge Releases](https://conda-forge.org/miniforge/)

0 comments on commit 8a391a8

Please sign in to comment.