Skip to content

Commit 9bc514a

Browse files
committed
Deploying to gh-pages from @ 39813b8 🚀
1 parent 5cdec32 commit 9bc514a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

doctrees/environment.pickle

0 Bytes
Binary file not shown.
153 Bytes
Binary file not shown.

html/getting-started/python-basics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h2>Integrated Development Environments<a class="headerlink" href="#integrated-d
400400
</section>
401401
<section id="jupyter-notebooks">
402402
<h2>Jupyter Notebooks<a class="headerlink" href="#jupyter-notebooks" title="Link to this heading">#</a></h2>
403-
<p>A very common way to run Python in the scientific community is to use Jupyter notebooks(https://jupyter.org/). Is a browser-based tool which is very useful for data visualisation and interactive work. It can be installed both in a basic version <strong>Jupyter Notebook</strong> or as <strong>JupyterLab</strong> which provides some useful IDE features. It is common that tutorials will be in the form of a notebook.</p>
403+
<p>A very common way to run Python in the scientific community is to use <a class="reference external" href="https://jupyter.org/">Jupyter notebooks</a>. Is a browser-based tool which is very useful for data visualisation and interactive work. It can be installed both in a basic version <strong>Jupyter Notebook</strong> or as <strong>JupyterLab</strong> which provides some useful IDE features. It is common that tutorials will be in the form of a notebook.</p>
404404
</section>
405405
<section id="installing-python">
406406
<h2>Installing Python<a class="headerlink" href="#installing-python" title="Link to this heading">#</a></h2>

0 commit comments

Comments
 (0)