notebookjs
notebookjs copied to clipboard
Render Jupyter/IPython notebooks on the fly, in the browser. (Or on the command line, if you'd like.)
I am wondering about CLI usage. Some things in the repo make it sound like there is or was CLI support to render and open notebook in browser, but I...
Hello, The library doesn't render files with an image from the `attachments` section correctly. An example of the file: [example.ipynb.zip](https://github.com/jsvine/notebookjs/files/14376455/example.ipynb.zip) Here is how the Visual Studio Code renders the example:...
Hello, when I use `notebookjs`, I find that can't render math formulas well. One is that `katex` is not enough rule for exactly matching math formulas, you can see next...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
I tried to add notebooks to my angular project. ``` import nb from 'notebookjs'; var parsed = JSON.parse(resultFile); var notebook = nb.parse(parsed); console.log(notebook); console.log(parsed); ``` I am getting these errors....
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Since version 92 of Chrome, SharedArraybuffer needs a special cross-origin setting. Without it, you get the error below. Maybe you can drop the usage of webidl-conversions. They say you should...
I am trying to use the library along with Prism highlighting to render a notebook's content. It seems like the notebookjs library html-escapes the '' characters before passing it to...
Have you looked at providing additional support for ThebeLab within `notebookjs` so that a user could run the code in the page against a remote kernel of Binderhub launched kernel?...
This small change fixes the problem I mentioned in this issue: https://github.com/jsvine/notebookjs/issues/54 There might be additional changes that would make the library even more robust; but, this one line is...