Skip to content

Commit 17c247f

Browse files
WEB: Remove interactive terminal (#49807)
* WEB: Remove interactive terminal * Remove dependencies and CI job of the interactive terminal
1 parent adaffe9 commit 17c247f

File tree

7 files changed

+0
-78
lines changed

7 files changed

+0
-78
lines changed

.github/workflows/docbuild-and-upload.yml

-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
- name: Build documentation zip
5555
run: doc/make.py zip_html
5656

57-
- name: Build the interactive terminal
58-
run: |
59-
cd web/interactive_terminal
60-
jupyter lite build
61-
6257
- name: Install ssh key
6358
run: |
6459
mkdir -m 700 -p ~/.ssh

environment.yml

-3
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,5 @@ dependencies:
124124
- pyyaml
125125
- requests
126126

127-
# build the interactive terminal
128-
- jupyterlab >=3.4,<4
129127
- pip:
130-
- jupyterlite==0.1.0b12
131128
- sphinx-toggleprompt

requirements-dev.txt

-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,5 @@ markdown
9696
feedparser
9797
pyyaml
9898
requests
99-
jupyterlab >=3.4,<4
100-
jupyterlite==0.1.0b12
10199
sphinx-toggleprompt
102100
setuptools>=51.0.0

web/interactive_terminal/README.md

-35
This file was deleted.

web/interactive_terminal/jupyter-lite.json

-13
This file was deleted.

web/interactive_terminal/jupyter_lite_config.json

-7
This file was deleted.

web/pandas/getting_started.md

-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# Getting started
22

3-
## Try it in your browser
4-
5-
You can try `pandas` in your browser with the following interactive shell
6-
without installing anything on your computer.
7-
8-
*Note it can take up to 30 seconds before the shell finishes loading and is ready to run commands.*
9-
10-
<iframe
11-
src="./lite/repl/index.html?toolbar=1&kernel=python&code=import%20pandas%20as%20pd&code=df%20=%20pd.DataFrame(%7B'num_legs':%20%5B2,%204%5D,%20'num_wings':%20%5B2,%200%5D%7D,%20index=%5B'falcon',%20'dog'%5D)"
12-
width="100%"
13-
height="500px"
14-
></iframe>
15-
163
## Installation instructions
174

185
The next steps provides the easiest and recommended way to set up your

0 commit comments

Comments
 (0)