Skip to content

Commit

Permalink
Jupyterlab (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Jul 4, 2024
1 parent 9dea3cd commit 6bf6f33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Changelog
""""""""""


latest
------

- Add notes for ``ipympl`` (interactive plots in modern Jupyter).


v1.8.3 : tol_gradient isfinite
------------------------------

Expand Down
3 changes: 2 additions & 1 deletion docs/manual/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namely:
- ``discretize``: For advanced meshing tools (fancy mesh-representations and
plotting utilities).
- ``matplotlib``: To use the plotting utilities within ``discretize``.
- ``ipympl``: To use the interactive plotting utilities in Jupyter.
- ``h5py``: Save and load data in the HDF5 format.
- ``tqdm``: For nice progress bars when computing many sources and frequencies.

Expand All @@ -31,7 +32,7 @@ To get therefore the complete experience use one of the following options:

.. code-block:: console
conda install -c conda-forge emg3d discretize xarray matplotlib h5py tqdm
conda install -c conda-forge emg3d discretize xarray matplotlib ipympl h5py tqdm
or via ``pip``:

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ h5py
xarray
discretize
matplotlib
ipympl

# SETUP RELATED
setuptools_scm
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"xarray",
"discretize",
"matplotlib",
"ipympl",
],
},
use_scm_version={
Expand Down

0 comments on commit 6bf6f33

Please sign in to comment.