Skip to content

Commit c5be2a7

Browse files
authored
Merge pull request #1259 from yuvipanda/nomointeract
Remove deprecated nteract_on_jupyter
2 parents 1bb1d8f + 3068954 commit c5be2a7

20 files changed

+519
-549
lines changed

docs/source/contributing/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ See the subsections below for more detailed instructions.
7474

7575
Contains list of packages to install in Python3 conda environments,
7676
which are the default. **This is where all Notebook versions &
77-
notebook extensions (such as JupyterLab / nteract) go**.
77+
notebook extensions (such as JupyterLab) go**.
7878

7979
- `repo2docker/buildpacks/conda/environment.py-2.7.yml`
8080

docs/source/howto/user_interface.rst

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -46,37 +46,6 @@ And you can switch back to JupyterLab by replacing ``/tree/`` with ``/lab/``:
4646
4747
http(s)://<server:port>/lab/
4848
49-
50-
nteract
51-
=======
52-
53-
`nteract is a notebook interface <https://nteract.io/>`_ built with React.
54-
It is similar to a more feature-filled version of the traditional
55-
Jupyter Notebook interface.
56-
57-
nteract comes pre-installed in any session that has been built from
58-
a Python repository.
59-
60-
You can launch nteract from within a user
61-
session by replacing ``/tree`` with ``/nteract`` at the end of a notebook
62-
server's URL like so:
63-
64-
.. code-block:: none
65-
66-
http(s)://<server:port>/nteract
67-
68-
For example, the following Binder URL will open the
69-
`pyTudes repository <https://github.com/norvig/pytudes>`_
70-
and begin an nteract session in the ``ipynb`` folder:
71-
72-
https://mybinder.org/v2/gh/norvig/pytudes/HEAD?urlpath=nteract/tree/ipynb
73-
74-
The ``/tree/ipynb`` above is how nteract directs you to a specific file
75-
or folder.
76-
77-
To learn more about nteract, visit `the nteract website <https://nteract.io/about>`_.
78-
79-
8049
RStudio
8150
=======
8251

repo2docker/buildpacks/conda/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def get_build_scripts(self):
127127
- a frozen base set of requirements, including:
128128
- support for Jupyter widgets
129129
- support for JupyterLab
130-
- support for nteract
131130
132131
"""
133132
return super().get_build_scripts() + [

repo2docker/buildpacks/conda/environment.py-3.10-linux-64.lock

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.10-linux-aarch64.lock

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.10.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2023-02-03 12:34:24 UTC
2+
# Generated on 2023-04-09 15:23:40 UTC
33
channels:
44
- conda-forge
55
dependencies:
@@ -12,4 +12,3 @@ dependencies:
1212
- jupyterlab==3.4.8
1313
- jupyterhub-singleuser==3.1.1
1414
- notebook==6.4.12
15-
- nteract_on_jupyter==2.1.3

repo2docker/buildpacks/conda/environment.py-3.11-linux-64.lock

Lines changed: 56 additions & 55 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.11-linux-aarch64.lock

Lines changed: 56 additions & 55 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.11.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2023-02-03 12:31:38 UTC
2+
# Generated on 2023-04-09 15:24:10 UTC
33
channels:
44
- conda-forge
55
dependencies:
@@ -12,4 +12,3 @@ dependencies:
1212
- jupyterlab==3.4.8
1313
- jupyterhub-singleuser==3.1.1
1414
- notebook==6.4.12
15-
- nteract_on_jupyter==2.1.3

repo2docker/buildpacks/conda/environment.py-3.7-linux-64.lock

Lines changed: 35 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)