Steven Silvester
Steven Silvester
FYI @jasongrout, here's another example where we're not properly following semver, since this library depends on jupyterlab, we should be making minor releases, not patch releases.
Sounds good.
Great, glad you got it sorted. Hopefully we don't have to change this part of the code base too much anymore. ;)
Hi @razaina, this work has moved to [JupyterLab](https://github.com/jupyterlab/jupyterlab). Links between local documents are supported in JupyterLab 0.15, opening a document by url is tracked here: https://github.com/jupyterlab/jupyterlab/issues/1075.
My notes: We'll need to handle input messages [here](https://github.com/jupyter/jupyter-js-notebook/blob/master/src/output-area/model.ts#L91) that result in an output type for input requests. This output type will result in an output widget that has the...
That will already be the case because we won't get an execute reply until interaction is done.
Hi @saliormoon, we have moved this development to JupyterLab. We have an example [here](https://github.com/jupyterlab/jupyterlab/tree/master/examples/notebook).
Hi @saliormoon, is your intent to use a custom version of the Jupyter Notebook in another application, or to output `html` into a standard Jupyter Notebook? If it is the...
Great, then the example linked above and the `%%html` magic should do what you want.
Here is an example (note that it prints to the JavaScript console of the browser.