Skip to content

Commit

Permalink
Added Spyder to default installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Apr 1, 2024
1 parent d9c6499 commit 4a223c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 2 additions & 7 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,12 @@ with::
Integrated Development Environments (IDEs)
------------------------------------------

OSL comes with `Jupyter Notebook <https://jupyter.org/>`_ installed. To open Jupyter Notebook use::
The OSL installation comes with two different IDEs: `Jupyter Notebook <https://jupyter.org/>`_ and `Sypder <https://www.spyder-ide.org/>`_. To open Jupyter Notebook use::

conda activate osl
jupyter notebook

If you'd like to use Spyder, this can be installed with::

conda activate osl
conda install spyder

and launched with::
To open Spyder::

conda activate osl
spyder
Expand Down
3 changes: 2 additions & 1 deletion envs/linux-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: osl
channels:
- conda-forge
dependencies:
- python=3.10.13
- python=3.8.16
- pip=23.3.1
- vtk=9.1.0=*osmesa*
- pyvista=0.38.5
- spyder=5.1.5
- pip:
- jupyter==1.0.0
- ipympl==0.9.3
Expand Down
3 changes: 2 additions & 1 deletion envs/mac-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: osl
channels:
- conda-forge
dependencies:
- python=3.10.13
- python=3.8.16
- pip=23.3.1
- vtk=9.1.0=*osmesa*
- pyvista=0.38.5
- spyder=5.5.1
- pip:
- jupyter==1.0.0
- ipympl==0.9.3
Expand Down

0 comments on commit 4a223c2

Please sign in to comment.