Skip to content

remove the requirements from the tutorial landing page #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions docs/source/tutorial/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,6 @@ evaluation.

This is an introductory notebook that shows some basic use cases.

``adaptive`` needs at least Python 3.6, and the following packages:

- ``scipy``
- ``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>=1.9.1``
- ``ipywidgets``
- ``bokeh``
- ``matplotlib``
- ``plotly``

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

.. note::
Expand Down