8000 GitHub - bwhmather/euporie: Jupyter notebooks in the terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bwhmather/euporie

 
 

Repository files navigation

euporie

Latest Version Documentation Supported Python versions View license Launch with Binder ⭐

Euporie is a terminal app for running and editing Jupyter notebooks.

The text-based interface is inspired by JupyterLab / Jupyter Notebook, and runs entirely in the terminal.


Install

You can install euporie with pipx (recommended) or pip:

$ pipx install euporie
$ # OR
$ python -m pip install --user euporie

You can also try euporie online here.

Usage

Open a notebook by passing the notebook's file path as a command line argument:

$ euporie notebook.ipynb

Alternatively, launch euporie and open a notebook file by selecting "Open" from the file menu (Ctrl+o).

For more information about the available command line flags, run:

$ euporie --help

Documentation

View the online documentation at: https://euporie.readthedocs.io/

The code is available on GitHub at: https://github.com/joouha/euporie

Features

  • Edit and run notebooks in the terminal
  • Displays rich cell outputs, including markdown, tables, images, LaTeX, HTML, SVG, & PDF
  • Print formatted notebooks to the terminal or pager
  • Open multiple notebooks side-by-side
  • Hightly configurable
  • Code completion
  • Line completions from history
  • Display contextual help
  • Automatic code formatting

Compatibility

Euporie requires Python 3.8 or later. It works on Linux, Windows and MacOS

About

Jupyter notebooks in the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0