-
Notifications
You must be signed in to change notification settings - Fork 1
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
Format code output like jupyter notebook #60
Comments
I don't think it's possible to implement that with pyodide without considerable jank. |
The Jupyter Lite project delivers a whole jupyter notebook environment into the webbrowser based on pyodide. Maybe this could be incorporated as the editor? |
This looks good, I created another issue where we can check if jupyterlite is a valid solution |
Ooof. Doesn't actually look that good. Jupyterlite can't just be dropped in as a shell. It has to be build and served on the server. Also it looks like it's not that easy to customize e.g. to use only some parts of the ui |
If someone prints or outputs a dataframe it should look like in a jupyter notebook
The text was updated successfully, but these errors were encountered: