diff --git a/docs/source/contributing/tasks.md b/docs/source/contributing/tasks.md index 6deae1c0..30be8c66 100644 --- a/docs/source/contributing/tasks.md +++ b/docs/source/contributing/tasks.md @@ -74,7 +74,7 @@ See the subsections below for more detailed instructions. Contains list of packages to install in Python3 conda environments, which are the default. **This is where all Notebook versions & - notebook extensions (such as JupyterLab / nteract) go**. + notebook extensions (such as JupyterLab) go**. - `repo2docker/buildpacks/conda/environment.py-2.7.yml` diff --git a/docs/source/howto/user_interface.rst b/docs/source/howto/user_interface.rst index 92a9bc01..588c270c 100644 --- a/docs/source/howto/user_interface.rst +++ b/docs/source/howto/user_interface.rst @@ -46,37 +46,6 @@ And you can switch back to JupyterLab by replacing ``/tree/`` with ``/lab/``: http(s):///lab/ - -nteract -======= - -`nteract is a notebook interface `_ built with React. -It is similar to a more feature-filled version of the traditional -Jupyter Notebook interface. - -nteract comes pre-installed in any session that has been built from -a Python repository. - -You can launch nteract from within a user -session by replacing ``/tree`` with ``/nteract`` at the end of a notebook -server's URL like so: - -.. code-block:: none - - http(s):///nteract - -For example, the following Binder URL will open the -`pyTudes repository `_ -and begin an nteract session in the ``ipynb`` folder: - -https://mybinder.org/v2/gh/norvig/pytudes/HEAD?urlpath=nteract/tree/ipynb - -The ``/tree/ipynb`` above is how nteract directs you to a specific file -or folder. - -To learn more about nteract, visit `the nteract website `_. - - RStudio ======= diff --git a/repo2docker/buildpacks/conda/__init__.py b/repo2docker/buildpacks/conda/__init__.py index 508d5cd1..aed5de6f 100644 --- a/repo2docker/buildpacks/conda/__init__.py +++ b/repo2docker/buildpacks/conda/__init__.py @@ -127,7 +127,6 @@ class CondaBuildPack(BaseImage): - a frozen base set of requirements, including: - support for Jupyter widgets - support for JupyterLab - - support for nteract """ return super().get_build_scripts() + [ diff --git a/repo2docker/buildpacks/conda/environment.yml b/repo2docker/buildpacks/conda/environment.yml index 258062bd..538bdbbf 100644 --- a/repo2docker/buildpacks/conda/environment.yml +++ b/repo2docker/buildpacks/conda/environment.yml @@ -10,4 +10,3 @@ dependencies: - jupyterlab==3.4.8 - jupyterhub-singleuser==3.1.1 - notebook==6.4.12 - - nteract_on_jupyter==2.1.3