Skip to content

per Issue #617 discussion #628

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 2 additions & 6 deletions episodes/00-before-we-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,13 @@ Its main advantages are:

## Knowing your way around Anaconda

[Anaconda][anaconda] distribution of Python includes a lot of its popular packages,
such as the IPython console, Jupyter Notebook, and Spyder IDE.
Have a quick look around the Anaconda Navigator. You can launch programs from the Navigator or use the command line.

The [Jupyter Notebook](https://jupyter.org) is an open-source web application that allows you to create
and share documents that allow one to create documents that combine code, graphs, and narrative text.
[Spyder][spyder-ide] is an **Integrated Development Environment** that
allows one to write Python scripts and interact with the Python software from within a single interface.

Anaconda comes with a package manager called [conda](https://conda.io/docs/)
used to install and update additional packages.
While Anaconda comes with a package manager called [conda](https://conda.io/docs/)
used to install and update additional packages, since 2024 the terms of use are difficult for institutions, education, or individuals. Anaconda distribution of Python includes a lot of its popular packages, such as the IPython console, it may be wiser to install and run Jupyter Notebook or Spyder IDE directly, without Anaconda.


## Research Project: Best Practices
Expand Down