Skip to content

Commit

Permalink
Merge pull request #224 from python-adaptive/tutorial_packages
Browse files Browse the repository at this point in the history
update packages in tutorial's landing page
  • Loading branch information
basnijholt authored Oct 17, 2019
2 parents ede9582 + a8ac337 commit 5db0f73
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/tutorial/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,22 @@ This is an introductory notebook that shows some basic use cases.
``adaptive`` needs at least Python 3.6, and the following packages:

- ``scipy``
- ``sortedcontainers``
- ``sortedcollections >= 1.1``
- ``sortedcontainers >= 2.0``
- ``atomicwrites``

Additionally ``adaptive`` has lots of extra functionality that makes it
simple to use from Jupyter notebooks. This extra functionality depends
on the following packages

- ``ipython``
- ``ipykernel>=4.8.0``
- ``jupyter_client>=5.2.2``
- ``holoviews``
- ``bokeh``
- ``holoviews>=1.9.1``
- ``ipywidgets``
- ``bokeh``
- ``matplotlib``
- ``plotly``

We recommend to start with the :ref:`Tutorial `~adaptive.Learner1D``.

Expand Down

0 comments on commit 5db0f73

Please sign in to comment.