Skip to content

Commit

Permalink
Update installation.rst: remove running
Browse files Browse the repository at this point in the history
running instructions in separated file
  • Loading branch information
cecileherr committed Jan 12, 2024
1 parent 0b8f9bb commit 8c6c6e4
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,30 +110,3 @@ will not work) and `jupyter` notebook, which allows interactive usage from a web
conda install matplotlib jupyter
Running niche
=============

Whenever you want to use niche_vlaanderen (either from the command line or Python) you need
to start from the `Anaconda prompt` (in the start menu)
and activate the environment:

.. code-block:: shell
(C:\Users\myusername\Miniconda3) C:\Users\myusername> conda activate niche
Optionally - Jupyter Notebook
=============================

If you want to run niche_vlaanderen interactively, we recommend using a [jupyter notebook](http://jupyter.org/).
To run this, from the `Anaconda prompt` do:

.. code-block:: default
(C:\Users\myusername\Miniconda3) C:\Users\myusername> conda activate niche
(niche) C:\Users\myusername> jupyter notebook
This should open a webbrowser pointing towards http://localhost:8888 . If your browser does not open, try looking for the correct URL at the `Anaconda prompt`.

The :doc:`tutorials` will use these jupyter notebooks, and are the best place to continue from here.


0 comments on commit 8c6c6e4

Please sign in to comment.