Skip to content
Snippets Groups Projects
Commit b8bb640e authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch 'patch-1' into 'master'

iPython -> IPython in README.md

See merge request !1
parents 84595d31 e8acd9b6
No related branches found
No related tags found
1 merge request!1iPython -> IPython in README.md
Pipeline #
Loading
Loading
@@ -2,8 +2,8 @@
 
[![build status](https://gitlab.com/gitlab-org/notebooklab/badges/master/build.svg)](https://gitlab.com/gitlab-org/notebooklab/commits/master)
 
NotebookLab is a Vue component that makes it easy to render iPython notebooks. It's as simple as
passing in the returned iPython JSON and the component renders.
NotebookLab is a Vue component that makes it easy to render IPython notebooks. It's as simple as
passing in the returned IPython JSON and the component renders.
 
The component is not opinionated on how the notebook is fetched. Your applications should handle
this and then just pass in the parsed JSON file. See the [example](#example) below.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment