Skip to main content

Side by side view of code and output in jupyter notebooks

Project description

Jupyter Dev View contains a style sheet that splits the jupyter output into a side by side view of code cells on the left, and output on the right. In addition to the stylesheet this package provides two functions to easily switch between the Dev View and the traditional notebook view.:

import jupyterdevview as jdv

# Switch to dev view
jdv.dev_view()
# Refresh your browser (ctrl-F5 for most browsers)

# Switch back to notebook view
jdv.notebook_view()
# Refresh your browser (ctrl-F5 for most browsers)

NOTE: You will need to restart jupyter after the first time you run jdv.dev_view() for the changes to take effect. Subsequently you will just need to refresh your browser

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyterdevview-1.0.1.tar.gz (11.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page