Skip to content

Commit

Permalink
Remove deprecated nteract_on_jupyter
Browse files Browse the repository at this point in the history
Last release was in 2019, and it has been explicilty
deprecated for a while
nteract/nteract#5554 (comment)

TLJH plans to remove it in jupyterhub/the-littlest-jupyterhub#869
  • Loading branch information
yuvipanda authored and consideRatio committed Apr 9, 2023
1 parent 1bb1d8f commit 5f383fd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion docs/source/contributing/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
31 changes: 0 additions & 31 deletions docs/source/howto/user_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,37 +46,6 @@ And you can switch back to JupyterLab by replacing ``/tree/`` with ``/lab/``:
http(s)://<server:port>/lab/
nteract
=======

`nteract is a notebook interface <https://nteract.io/>`_ 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)://<server:port>/nteract
For example, the following Binder URL will open the
`pyTudes repository <https://github.com/norvig/pytudes>`_
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 <https://nteract.io/about>`_.


RStudio
=======

Expand Down
1 change: 0 additions & 1 deletion repo2docker/buildpacks/conda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def get_build_scripts(self):
- a frozen base set of requirements, including:
- support for Jupyter widgets
- support for JupyterLab
- support for nteract
"""
return super().get_build_scripts() + [
Expand Down
1 change: 0 additions & 1 deletion repo2docker/buildpacks/conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ dependencies:
- jupyterlab==3.4.8
- jupyterhub-singleuser==3.1.1
- notebook==6.4.12
- nteract_on_jupyter==2.1.3

0 comments on commit 5f383fd

Please sign in to comment.