Skip to content
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

WEB: Remove interactive terminal #49807

Merged
merged 3 commits into from
Nov 25, 2022

Conversation

datapythonista
Copy link
Member

The terminal has always been pretty slow, and probably not very useful, and it has been broken for couple of months now. Removing it, we can consider adding it back once the project is more stable.

@datapythonista datapythonista added the Web pandas website label Nov 21, 2022
@mroeschke
Copy link
Member

Then jupyterlite can be removed from the dependency files?

@mroeschke mroeschke added this to the 2.0 milestone Nov 25, 2022
@mroeschke mroeschke merged commit 17c247f into pandas-dev:main Nov 25, 2022
@mroeschke
Copy link
Member

Thanks @datapythonista

mliu08 pushed a commit to mliu08/pandas that referenced this pull request Nov 27, 2022
* WEB: Remove interactive terminal

* Remove dependencies and CI job of the interactive terminal
@jtpio
Copy link
Contributor

jtpio commented Dec 21, 2022

Hey folks, sorry to see that was still an issue.

FYI a few performance improvements were released as part of the latest 0.1.0b16 release which should make the kernel start faster: https://github.com/jupyterlite/jupyterlite/releases/tag/v0.1.0b16

You may want to try it on this demo site first: https://jupyterlite.github.io/demo/repl/index.html?toolbar=1&kernel=python&code=import%20pandas%20as%20pd

In case you would like to reinstate the interactive terminal on the pandas docs you could then depend on jupyterlite==0.1.0b16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Web pandas website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WEB: JupyterLite terminal too slow
3 participants