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

JupyterLab notebook

Results 12 jupyter-js-notebook issues
Sort by recently updated
recently updated
newest added

I want to use jupyter-js-notebook to write and run codes, can anyone give me any suggestions about how to do this? High appreciation.

One of the core features of the notebook is that notebooks can link through relative links to other notebooks. This allows notebooks to function as proper webpages that can be...

This is a meta issue listing high-level features of the current notebook we need to address in a new implementation. We may decide that a feature is not worth implementing,...

In addition to the notebook interface, we need to implement a web-based version of the console interface. Here are some of the tasks that will get us there: - [x]...

Executing inputs that don't immediately return a result (like invoking the `help()` functionality) require the output area to support handling `input_request` messages. This is a general problem for both the...

I am going to have Team 2 at Cal Poly start to do a full visual design review of the notebook plugin. Opening this issue for them to track that...

The `StringSearch` module in `completion/model.ts` is a direct copy of the search algorithm in `phosphor-core`. Once `phosphor-core` is integrated with `jupyter-js-notebook` and the old `phosphor` libs are upgraded, this namespace...

- [x] Checking the recent ipywidgets changes with the current hack in the notebook to make sure the framework still works well - [x] Make an easy way to transform...

One of the hidden benefits of the existing notebook is that users can quickly move between the dashboard and different notebooks (which are just browser tabs) using the default browser...