react-jupyter-notebook icon indicating copy to clipboard operation
react-jupyter-notebook copied to clipboard

A simple React component that renders .ipynb files just like how they are rendered by JupyterLab.

Results 6 react-jupyter-notebook issues
Sort by recently updated
recently updated
newest added

Hi, I'm facing issue when uploading this file https://github.com/ibm-et/jupyter-samples/blob/master/noaa/etl/noaa_hdta_etl.ipynb in your library. The error like below:

We are currently using this package on react 18 / react-dom 18, but our package manager decides to install a duplicate react 17 / react-dom 17 because the version spec...

When i try to use this library i get the following error: ``` ./node_modules/react-jupyter-notebook/node_modules/katex/dist/katex.min.css Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm Location: node_modules/react-jupyter-notebook/dist/index.js ``` it looks...

Thank you for your amazing work with this component, which will be super useful for my blog. I was wondering if there was an easy way for the rendered notebook...

For a file in which the output block has the "text/plain" field of a string, the demo page gives error > TypeError: o.text/plain.join is not a function

When I place a `` anywhere in my application, I get the error `Uncaught TypeError: Cannot read properties of undefined (reading 'map')` from `style-inject.es.js:26` If I remove the element, the...