Nicolas Brichet

Results 27 issues of Nicolas Brichet

This PR follows https://github.com/jupyter/notebook/pull/6327 to add left and right panel to Notebook. The left and right panels can be opened from the `view` menu. Closes https://github.com/jupyter/notebook/pull/6327

enhancement

Hi, Maybe I missed some improvements but I didn't find a way to authenticate users before using a Voilà application. In my case I don't necessarily need a secure authentication...

Fix #825 by adding an optional token parameter when running Voila. Token must be filled manually in command line, it is not automatically generated. The token parameter must be provided...

`nbclassic` in version `0.4.0` breaks `nbgrader` with labextensions : - it seems that the `mathjax-url` settings of the handler in not populated anymore. - it break the installation of server...

The latest version of `selenium 4.3.0` breaks the nbextensions tests with the following error : `E AttributeError: 'WebDriver' object has no attribute 'find_elements_by_css_selector'` This has been fixed in `main` branch...

A getter has been added to the `TagWidget`'s *parent* attribute in `v4.0.0a28`, without setter (which should rely to its parent class). It look like Typescript does not allow overriding the...

enhancement
pkg:celltags

When loading JupyterLab in *single-document* mode (`/doc` instead of `/lab` in URL), the workspace is restored. This workspace includes the restoration of all opened tab in the DockPanel, which is...

enhancement
pkg:filebrowser
pkg:application
pkg:apputils
tag:Testing
tag:CSS
Design System CSS

The purpose of this PR is to allow any extension to easily build a form to interact with the metadata of the Notebook cells. It relies on [React JSON Schema...

pkg:notebook
pkg:settingeditor
tag:Testing
pkg:ui-components
tag:CSS
pkg:settingregistry
Design System CSS

The `view feedback` link does not work when the `root_dir` of JupyterLab is different from './'. The reason is that the feedback path is not relative to the `root_dir` but...

bug
bugfix

This PR fix #1668. - It installs `nodejs=16` (not available on apt) in docker image - it pins `nbclassic

bug
bugfix