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

Update README.rst: note about jupyter kernels #65

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
17 changes: 9 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ You can also try euporie online `here <https://mybinder.org/v2/gh/joouha/euporie
Features
********

* Edit and run notebooks in the terminal
* Run code interactively in a console
* Display images using terminal graphics (sixel / iterm / kitty)
* Use Jupyter widgets interactively in the terminal
* Render rich kernel output (markdown, tables, images, LaTeX, HTML, SVG, & PDF)
* Tab-completion, line suggestions and contextual help
* Convert a console session to a notebook
* Micro / Vim / Emacs style key-bindings
* Edit and run notebooks in the terminal.
* Run code interactively in a console.
* Display images using terminal graphics (sixel / iterm / kitty).
* Use Jupyter widgets interactively in the terminal.
* Render rich kernel output (markdown, tables, images, LaTeX, HTML, SVG, & PDF).
* Tab-completion, line suggestions and contextual help.
* Convert a console session to a notebook.
* Micro / Vim / Emacs style key-bindings.
* Jupyter kernels support e.g. `xonsh <https://github.com/xonsh/xontrib-jupyter>`_.

*****
Usage
Expand Down