Skip to content

WEB: Remove interactive terminal #49807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/docbuild-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
- name: Build documentation zip
run: doc/make.py zip_html

- name: Build the interactive terminal
run: |
cd web/interactive_terminal
jupyter lite build

- name: Install ssh key
run: |
mkdir -m 700 -p ~/.ssh
Expand Down
3 changes: 0 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,5 @@ dependencies:
- pyyaml
- requests

# build the interactive terminal
- jupyterlab >=3.4,<4
- pip:
- jupyterlite==0.1.0b12
- sphinx-toggleprompt
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,5 @@ markdown
feedparser
pyyaml
requests
jupyterlab >=3.4,<4
jupyterlite==0.1.0b12
sphinx-toggleprompt
setuptools>=51.0.0
35 changes: 0 additions & 35 deletions web/interactive_terminal/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions web/interactive_terminal/jupyter-lite.json

This file was deleted.

7 changes: 0 additions & 7 deletions web/interactive_terminal/jupyter_lite_config.json

This file was deleted.

13 changes: 0 additions & 13 deletions web/pandas/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# Getting started

## Try it in your browser

You can try `pandas` in your browser with the following interactive shell
without installing anything on your computer.

*Note it can take up to 30 seconds before the shell finishes loading and is ready to run commands.*

<iframe
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)"
width="100%"
height="500px"
></iframe>

## Installation instructions

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