We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede9582 commit a8ac337Copy full SHA for a8ac337
1 file changed
docs/source/tutorial/tutorial.rst
@@ -10,17 +10,22 @@ This is an introductory notebook that shows some basic use cases.
10
``adaptive`` needs at least Python 3.6, and the following packages:
11
12
- ``scipy``
13
-- ``sortedcontainers``
+- ``sortedcollections >= 1.1``
14
+- ``sortedcontainers >= 2.0``
15
+- ``atomicwrites``
16
17
Additionally ``adaptive`` has lots of extra functionality that makes it
18
simple to use from Jupyter notebooks. This extra functionality depends
19
on the following packages
20
21
+- ``ipython``
22
- ``ipykernel>=4.8.0``
23
- ``jupyter_client>=5.2.2``
-- ``holoviews``
-- ``bokeh``
24
+- ``holoviews>=1.9.1``
25
- ``ipywidgets``
26
+- ``bokeh``
27
+- ``matplotlib``
28
+- ``plotly``
29
30
We recommend to start with the :ref:`Tutorial `~adaptive.Learner1D``.
31
0 commit comments