Skip to content

walkwel/react-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-jupyter.js

Installation

npm install react-jupyter

Demo

https://eoinmurray.github.io/react-jupyter/

Usage

<Jupyter
  notebook={notebookJSON}
  showCode={true} // optional
  defaultStyle={true} // optional
  loadMathjax={true} // optional
/>
  • notebooks - is the json content of an ipynb notebook file. Note: it must be json, not a string.
  • showCode - (optional), defaults to true, whether or not to show the code in the notebook. It can be handy to hide the code to make a nice presentation .
  • defaultStyle - (optional), defaults to true, if true then the library will load a default css file.
  • loadMathjax - (optional), defaults to true, will load an instance of MathJax from the MathJax CDN.

About

Render Jupyter Notebooks with React.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.3%
  • JavaScript 3.3%
  • CSS 0.4%