Skip to content

Commit

Permalink
Merge pull request #1259 from yuvipanda/nomointeract
Browse files Browse the repository at this point in the history
Remove deprecated nteract_on_jupyter
  • Loading branch information
consideRatio committed Apr 10, 2023
2 parents 1bb1d8f + 3068954 commit c5be2a7
Show file tree
Hide file tree
Showing 20 changed files with 519 additions and 549 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
110 changes: 55 additions & 55 deletions repo2docker/buildpacks/conda/environment.py-3.10-linux-64.lock

Large diffs are not rendered by default.

110 changes: 55 additions & 55 deletions repo2docker/buildpacks/conda/environment.py-3.10-linux-aarch64.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions repo2docker/buildpacks/conda/environment.py-3.10.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2023-02-03 12:34:24 UTC
# Generated on 2023-04-09 15:23:40 UTC
channels:
- conda-forge
dependencies:
Expand All @@ -12,4 +12,3 @@ dependencies:
- jupyterlab==3.4.8
- jupyterhub-singleuser==3.1.1
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
111 changes: 56 additions & 55 deletions repo2docker/buildpacks/conda/environment.py-3.11-linux-64.lock

Large diffs are not rendered by default.

111 changes: 56 additions & 55 deletions repo2docker/buildpacks/conda/environment.py-3.11-linux-aarch64.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions repo2docker/buildpacks/conda/environment.py-3.11.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2023-02-03 12:31:38 UTC
# Generated on 2023-04-09 15:24:10 UTC
channels:
- conda-forge
dependencies:
Expand All @@ -12,4 +12,3 @@ dependencies:
- jupyterlab==3.4.8
- jupyterhub-singleuser==3.1.1
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
70 changes: 35 additions & 35 deletions repo2docker/buildpacks/conda/environment.py-3.7-linux-64.lock

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions repo2docker/buildpacks/conda/environment.py-3.7-linux-aarch64.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions repo2docker/buildpacks/conda/environment.py-3.7.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2023-02-03 12:33:27 UTC
# Generated on 2023-04-09 15:22:03 UTC
channels:
- conda-forge
dependencies:
Expand All @@ -12,4 +12,3 @@ dependencies:
- jupyterlab==3.4.8
- jupyterhub-singleuser==3.1.1
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
106 changes: 53 additions & 53 deletions repo2docker/buildpacks/conda/environment.py-3.8-linux-64.lock

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions repo2docker/buildpacks/conda/environment.py-3.8-linux-aarch64.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions repo2docker/buildpacks/conda/environment.py-3.8.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2023-02-03 12:32:57 UTC
# Generated on 2023-04-09 15:22:34 UTC
channels:
- conda-forge
dependencies:
Expand All @@ -12,4 +12,3 @@ dependencies:
- jupyterlab==3.4.8
- jupyterhub-singleuser==3.1.1
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
108 changes: 54 additions & 54 deletions repo2docker/buildpacks/conda/environment.py-3.9-linux-64.lock

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions repo2docker/buildpacks/conda/environment.py-3.9-linux-aarch64.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions repo2docker/buildpacks/conda/environment.py-3.9.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2023-02-03 12:34:00 UTC
# Generated on 2023-04-09 15:23:05 UTC
channels:
- conda-forge
dependencies:
Expand All @@ -12,4 +12,3 @@ dependencies:
- jupyterlab==3.4.8
- jupyterhub-singleuser==3.1.1
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
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
8 changes: 7 additions & 1 deletion tests/base/node/verify
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ which node
node --version
node --version | grep v18

# npm comes with the nodejs conda-forge package that we have pinned, but we
# don't have npm pinned. For example nodejs 18.13.0 brought npm 8.19.3, but
# nodejs 18.14.0 brought npm 9.3.1.
#
# Since we have no npm version pinning, we just test that some version is
# installed.
#
which npm
npm --version
npm --version | grep 8.

0 comments on commit c5be2a7

Please sign in to comment.