Skip to content

Commit

Permalink
modified: install_jupyter.html
Browse files Browse the repository at this point in the history
	modified:   install_jupyter.md
  • Loading branch information
rbmetcalf committed Dec 5, 2024
1 parent 055bb09 commit 5cfb1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_jupyter.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>install_jupyter.md</title></head><body><h1 id="installing-python-and-jupyter-notebooks">Installing Python and Jupyter Notebooks</h1>
<p>If you would like to install python on your computer I recommend installing <a href="https://www.anaconda.com/download/#macos">Anaconda</a>. It also has a simple a simple jupyter notebooks editor that works in a browser. </p>
<p>If you would like to install python on your computer I recommend installing <a href="https://docs.anaconda.com/miniconda/">Minconda</a> or <a href="https://www.anaconda.com/download/#macos">Anaconda</a>. It also has a simple a simple jupyter notebooks editor that works in a browser. </p>
<p>However, I recommend editing and running jupyter notebooks with microsoft&#39;s <a href="https://code.visualstudio.com/download">VS Code</a>. You can also run notebooks in google&#39;s <a href="https://colab.research.google.com">Colab</a> which requires not installation or notebooks.</p>
<p>On the UNIBO system you need to:</p>
<p>From the command line in your home directory:</p>
Expand Down
2 changes: 1 addition & 1 deletion install_jupyter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Installing Python and Jupyter Notebooks

If you would like to install python on your computer I recommend installing [Anaconda](https://www.anaconda.com/download/#macos). It also has a simple a simple jupyter notebooks editor that works in a browser.
If you would like to install python on your computer I recommend installing [Minconda](https://docs.anaconda.com/miniconda/) or [Anaconda](https://www.anaconda.com/download/#macos). It also has a simple a simple jupyter notebooks editor that works in a browser.

However, I recommend editing and running jupyter notebooks with microsoft's [VS Code](https://code.visualstudio.com/download). You can also run notebooks in google's [Colab](https://colab.research.google.com) which requires not installation or notebooks.

Expand Down

0 comments on commit 5cfb1c0

Please sign in to comment.