Skip to content

Commit

Permalink
feat: html export documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Jul 10, 2024
1 parent b93511d commit 6c1291b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Octoframes/jupyter_compare_view/blob/main/LICENSE)


Blend between multiple images using a cell magic in JupyterLab using [compare_view](https://github.com/Octoframes/compare_view).
Blend between multiple images using a cell magic in JupyterLab using [compare_view](https://octoframes.github.io/compare_view).
*This project was called jupyter-splitview before.*


Expand Down Expand Up @@ -72,6 +72,13 @@ Formatting with black can be done this way:
1. `pip install 'black[jupyter]'`
2. `black --python-cell-magics compare compare_view_magic.ipynb`

## Interactive Export
jupyter_compare_view fully supports offline interactive HTML exports.
The web library [compare_view](https://octoframes.github.io/compare_view) is inlined into the exported HTML document.
Therefore, the export is viewable without an internet connection.

![Simply export your notebook as HTML to allow interacting with your data without jupyter.](html_export_screenshot.png)


## Developer Installation

Expand Down
Binary file added html_export_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c1291b

Please sign in to comment.