Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with jupyterlab-myst #46

Open
nthiery opened this issue Aug 30, 2023 · 0 comments
Open

Incompatibility with jupyterlab-myst #46

nthiery opened this issue Aug 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nthiery
Copy link
Contributor

nthiery commented Aug 30, 2023

Description

Not sure if this is a jupyterlab-myst or jupyterlab-rise issue, so posting here with crosspost there.

When jupyterlab-myst installed, myst takes over the rendering of markdown
cells to render additional features like directives.
When rendering the notebook as slides, the rendering of markdown cells
seems to be the default one. See the warning directive in the example
below, rendered in the notebook view but not in the slides view:

image

Reproduce

Install jupyterlab 4, jupyterlab-myst and jupyterlab-myst, e.g. using this environment:

name: test

channels:
- conda-forge

dependencies:
- jupyterlab>=4

- pip
- pip:
  - jupyterlab-myst
  - jupyterlab_rise

Open a notebook and create a markdown cell with the following content:

:::{warning}
Lorem ipsum
:::

Expected behavior

The warning is rendered as in the example above.

Obtained behavior:

The warning directive is rendered as plain text.

Context

  • Python package version: jupyterlab_rise: 0.40.0; jupyterlab-rise: 2.0.2; see details below
  • Extension version: See details below
  • Linux Ubuntu 22.04
  • Browser and its version: Firefox 117.9
Command line outputs
```
pip show jupyterlab_rise
Name: jupyterlab_rise
Version: 0.40.0
Summary: RISE: "Live" Reveal.js JupyterLab Slideshow extension.
Home-page: 
Author: 
Author-email: Frederic Collonval 
License: BSD 3-Clause License

Copyright (c) 2022, Frederic Collonval
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Location: /opt/mambaforge/envs/jupyterhub-paris-saclay-test/lib/python3.11/site-packages
Requires: jupyter-server
Required-by:
(jupyterhub-paris-saclay-test) ➜ ~isd git:(main) ✗ pip show jupyterlab-myst
Name: jupyterlab_myst
Version: 2.0.2
Summary: Use MyST in JupyterLab
Home-page:
Author:
Author-email: Executable Book Project executablebooks@gmail.com
License: Copyright (c) 2022 ExecutableBookProject

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Location: /opt/mambaforge/envs/jupyterhub-paris-saclay-test/lib/python3.11/site-packages
Requires: jupyter-server
Required-by:


> jupyter labextension list   
JupyterLab v4.0.5
/opt/mambaforge/envs/jupyterhub-paris-saclay-test/share/jupyter/labextensions
        jupyterlab_pygments v0.2.2 enabled  X (python, jupyterlab_pygments)
        jupyterlab-jupytext v1.3.9 enabled  X (python, jupytext)
        jupyterlab-myst v2.0.2 enabled OK (python, jupyterlab_myst)
        jupyterlab-rise v0.40.0 enabled OK (python, jupyterlab_rise)


   The following extensions are outdated:
        jupyterlab_pygments
        jupyterlab-jupytext
        
   Consider checking if an update is available for these packages.

(jupyterhub-paris-saclay-test) ➜  ~isd git:(main) ✗ jupyter server extension list
Config dir: /home/nthiery/.jupyter

Config dir: /opt/mambaforge/envs/jupyterhub-paris-saclay-test/etc/jupyter
    jupyter_lsp enabled
    - Validating jupyter_lsp...
Package jupyter_lsp took 0.0094s to import
A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
      jupyter_lsp 2.2.0 OK
    jupyter_server_terminals enabled
    - Validating jupyter_server_terminals...
Package jupyter_server_terminals took 0.0045s to import
      jupyter_server_terminals 0.4.4 OK
    jupyterlab enabled
    - Validating jupyterlab...
Package jupyterlab took 0.0599s to import
      jupyterlab 4.0.5 OK
    jupyterlab_myst enabled
    - Validating jupyterlab_myst...
Package jupyterlab_myst took 0.0007s to import
      jupyterlab_myst 2.0.2 OK
    jupyterlab_rise enabled
    - Validating jupyterlab_rise...
Package jupyterlab_rise took 0.0015s to import
      jupyterlab_rise 0.40.0 OK
    jupytext enabled
    - Validating jupytext...
Package jupytext took 0.0746s to import
      jupytext 1.15.1 OK
    notebook_shim enabled
    - Validating notebook_shim...
Package notebook_shim took 0.0000s to import
A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
      notebook_shim  OK

Config dir: /usr/local/etc/jupyter
</pre>
</details>

Presumably relevant part below: search for ```Failed to create module: package: jupyterlab-myst; module: ./extension index.js:58:12```

<details><summary>Web Browser Output</summary>
<pre>
XHRGET
http://localhost:8892/api/contents?content=1&1693411989519
[HTTP/1.1 200 OK 7ms]

XHRGET
http://localhost:8892/api/kernels?1693411990668
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/terminals?1693411991282
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/sessions?1693411992382
[HTTP/1.1 200 OK 3ms]

XHRGET
http://localhost:8892/api/sessions?1693411992386
[HTTP/1.1 200 OK 4ms]

XHRPUT
http://localhost:8892/lab/api/workspaces/default?1693411994904
[HTTP/1.1 204 No Content 2ms]

XHRGET
http://localhost:8892/api/kernels?1693411996321
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/contents/1_diaporamas.md?content=0&1693411997516
[HTTP/1.1 200 OK 3ms]

Last saving performed Wed Aug 30 2023 18:02:14 GMT+0200 (heure d’été d’Europe centrale) while the current file seems to have been saved Wed Aug 30 2023 18:04:19 GMT+0200 (heure d’été d’Europe centrale) jlab_core.5f8e30c3b3cb076c81d8.js:1:588565
XHRGET
http://localhost:8892/api/contents?content=1&1693411997525
[HTTP/1.1 200 OK 7ms]

XHRGET
http://localhost:8892/api/contents/1_diaporamas.md?type=notebook&content=1&1693412001075
[HTTP/1.1 200 OK 17ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false }
 false 1856.f692af1e404acc9586d8.js:1:6385
ready and connected activityStopped signal 3 1856.f692af1e404acc9586d8.js:1:10105
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
XHRGET
http://localhost:8892/api/contents/1_diaporamas.md/checkpoints?1693412001223
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/contents/1_diaporamas.md?content=0&1693412001364
[HTTP/1.1 200 OK 3ms]

GET
http://localhost:8892/files/media/slideshow.svg?_xsrf=2|9e6c4bd1|3fc3dfeff0b5e21d9e6030803d7a9086|1693172002
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/files/media/fullscreen.svg?_xsrf=2|9e6c4bd1|3fc3dfeff0b5e21d9e6030803d7a9086|1693172002
[HTTP/1.1 200 OK 0ms]

XHRGET
http://localhost:8892/api/terminals?1693412001415
[HTTP/1.1 200 OK 1ms]

GET
http://localhost:8892/rise/1_diaporamas.md?activeCellIndex=0

ready and connected activityStopped signal 1856.f692af1e404acc9586d8.js:1:10105
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
XHRGET
http://localhost:8892/api/contents/1_diaporamas.md/checkpoints?1693412001517
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/contents?content=1&1693412001536
[HTTP/1.1 200 OK 8ms]

GET
http://localhost:8892/rise/1_diaporamas.md?activeCellIndex=0
[HTTP/1.1 304 Not Modified 9ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/bundle.js
[HTTP/1.1 200 OK 0ms]

ready and connected activityStopped signal 1856.f692af1e404acc9586d8.js:1:10105
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
ready and connected activityStopped signal 1856.f692af1e404acc9586d8.js:1:10105
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
ready and connected activityStopped signal 1856.f692af1e404acc9586d8.js:1:10105
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
ready and connected activityStopped signal 1856.f692af1e404acc9586d8.js:1:10105
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/354.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2866.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2756.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5614.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/409.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6161.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6456.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/1835.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/911.bundle.js
[HTTP/1.1 200 OK 0ms]

ready and connected activityStopped signal 1856.f692af1e404acc9586d8.js:1:10105
GET
http://localhost:8892/static/rise/5451.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7821.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/3733.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/1696.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/3301.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9222.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5234.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4291.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7378.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4746.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9854.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/1018.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7819.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4526.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9067.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4271.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/1542.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5125.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9605.bundle.js
[HTTP/1.1 200 OK 0ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/3680.bundle.js
[HTTP/1.1 200 OK 0ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/9857.bundle.js
[HTTP/1.1 200 OK 0ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/5649.bundle.js
[HTTP/1.1 200 OK 0ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/170.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/8903.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5677.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/66.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2401.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/3325.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5297.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9609.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7391.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/35.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5593.bundle.js
[HTTP/1.1 200 OK 0ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
ready and connected activityStopped signal 1856.f692af1e404acc9586d8.js:1:10105
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: {…}, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/6731.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4558.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2955.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7997.bundle.js
[HTTP/1.1 200 OK 0ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/9799.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6327.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4434.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6999.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/3797.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/1584.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4234.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5921.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5678.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6695.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7226.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7825.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4710.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5733.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6061.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/690.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/3079.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9268.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2512.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2007.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/1198.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9341.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9086.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6919.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2924.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2089.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/8771.bundle.js
[HTTP/1.1 200 OK 0ms]

Re-rendering VDOM for MySTWidget 
Object { stateChanged: {…}, _isDisposed: false, _references: {…}, _frontmatter: undefined, _mdast: {…}, _expressions: undefined }
 false 1856.f692af1e404acc9586d8.js:1:6385
GET
http://localhost:8892/static/rise/1408.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6815.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7394.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4058.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/1950.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/3881.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5099.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/880.bundle.js
[HTTP/1.1 200 OK 0ms]

Propriété « -moz-outline-radius » inconnue.  Déclaration abandonnée. 1_diaporamas.md:55:23
Propriété « -moz-osx-font-smoothing » inconnue.  Déclaration abandonnée. 1_diaporamas.md:5:54
Pseudo-classe ou pseudo-élément « -ms-input-placeholder » inconnu.  Jeu de règles ignoré suite à un mauvais sélecteur. 1_diaporamas.md:122:26
Propriété « -moz-outline-radius » inconnue.  Déclaration abandonnée. 1_diaporamas.md:57:23
Propriété « -moz-outline-radius » inconnue.  Déclaration abandonnée. 1_diaporamas.md:68:23
Propriété « -moz-outline-radius » inconnue.  Déclaration abandonnée. 1_diaporamas.md:56:23
Jeu de règles ignoré suite à un mauvais sélecteur. 1_diaporamas.md:43:45
Jeu de règles ignoré suite à un mauvais sélecteur. 1_diaporamas.md:48:45
Propriété « -moz-outline-radius » inconnue.  Déclaration abandonnée. 1_diaporamas.md:200:23
Erreur d’analyse de la valeur pour « display ».  Déclaration abandonnée. 1_diaporamas.md:18:12
Erreur d’analyse de la valeur pour « animation-duration ».  Déclaration abandonnée. 1_diaporamas.md:34:23
Propriété « zoom » inconnue.  Déclaration abandonnée. 1_diaporamas.md:8:41650
Propriété « zoom » inconnue.  Déclaration abandonnée. 1_diaporamas.md:8:45164
Jeu de règles ignoré suite à un mauvais sélecteur. 1_diaporamas.md:354:34
XHRPUT
http://localhost:8892/lab/api/workspaces/default?1693412002073
[HTTP/1.1 204 No Content 2ms]

XHRGET
http://localhost:8892/api/sessions?1693412002413
[HTTP/1.1 200 OK 2ms]

GET
http://localhost:8892/lab/extensions/jupyterlab_pygments/static/remoteEntry.aa1060b2d1221f8e5688.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-jupytext/static/remoteEntry.b1a70f140ec78f7d7431.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/remoteEntry.c8a1a07ad43c52aa84f3.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-rise/static/remoteEntry.aba2b23b7fa4ce57740a.js
[HTTP/1.1 200 OK 0ms]

Unsatisfied version 4.1.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/apputils (required ^3.6.5) remoteEntry.b1a70f140ec78f7d7431.js:1:4594
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/settingregistry (required ^3.6.5) remoteEntry.b1a70f140ec78f7d7431.js:1:4594
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/codeeditor (required ^3.6.5) remoteEntry.b1a70f140ec78f7d7431.js:1:4594
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/notebook (required ^3.6.5) remoteEntry.b1a70f140ec78f7d7431.js:1:4594
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/rendermime (required ^3.6.5) remoteEntry.b1a70f140ec78f7d7431.js:1:4594
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/translation (required ^3.6.5) remoteEntry.b1a70f140ec78f7d7431.js:1:4594
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/ui-components (required ^3.6.5) remoteEntry.b1a70f140ec78f7d7431.js:1:4594
No satisfying version (^4.0.5) of shared module @jupyterlab/cells found in shared scope default.
Available versions: 4.0.3 from _JUPYTERLAB.CORE_OUTPUT remoteEntry.c8a1a07ad43c52aa84f3.js:1:31529
Unsatisfied version 4.1.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/apputils (required ^4.1.5) remoteEntry.c8a1a07ad43c52aa84f3.js:1:31529
Unsatisfied version 6.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/coreutils (required ^6.0.5) remoteEntry.c8a1a07ad43c52aa84f3.js:1:31529
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/rendermime (required ^4.0.5) remoteEntry.c8a1a07ad43c52aa84f3.js:1:31529
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/codeeditor (required ^4.0.5) remoteEntry.c8a1a07ad43c52aa84f3.js:1:31529
Unsatisfied version 4.0.3 from _JUPYTERLAB.CORE_OUTPUT of shared singleton module @jupyterlab/notebook (required ^4.0.5) remoteEntry.c8a1a07ad43c52aa84f3.js:1:31529
GET
http://localhost:8892/lab/extensions/jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js?v=1e2faa2ba0bbe59c4780
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab_pygments/static/747.8eb3ddccc7ec4987bff9.js?v=8eb3ddccc7ec4987bff9
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-jupytext/static/568.7905b04bffbca69b4f1e.js?v=7905b04bffbca69b4f1e
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/2722.a0207e6b1470881cb683.js?v=a0207e6b1470881cb683
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/1098.caa1728e3dc0bbe33e3b.js?v=caa1728e3dc0bbe33e3b
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/8579.861bc9781c5bf8df5439.js?v=861bc9781c5bf8df5439
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/2794.e9ba3bde2c7b0b29da92.js?v=e9ba3bde2c7b0b29da92
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/5668.bef6f2fcfb37b3a2e319.js?v=bef6f2fcfb37b3a2e319
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/5651.0d8dfde623ec0b351057.js?v=0d8dfde623ec0b351057
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/7129.d17ec13dbcb26131ae98.js?v=d17ec13dbcb26131ae98
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/36.d465d3d948b1e47cefe2.js?v=d465d3d948b1e47cefe2
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/1932.74cce791d2c837f77c89.js?v=74cce791d2c837f77c89
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/9345.abfee07f8a34cd63440c.js?v=abfee07f8a34cd63440c
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/5293.7fc708d174760defb436.js?v=7fc708d174760defb436
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/8166.8d4f8ae552fba7739ab9.js?v=8d4f8ae552fba7739ab9
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/228.710a3a7f6b84f683e307.js?v=710a3a7f6b84f683e307
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/8940.4a592a78e3c69ec3fa69.js?v=4a592a78e3c69ec3fa69
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/4692.b8deee62936e849f5d1d.js?v=b8deee62936e849f5d1d
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/46.6c12861faed9a1a7d1e4.js?v=6c12861faed9a1a7d1e4
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/1012.e921ad723ac17246d338.js?v=e921ad723ac17246d338
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/3447.e8fdd2a191985b9e77a0.js?v=e8fdd2a191985b9e77a0
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/1464.23ad01768512f1d71bd3.js?v=23ad01768512f1d71bd3
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/1856.f692af1e404acc9586d8.js?v=f692af1e404acc9586d8
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/1990.ce15529b22a63e1a3ec0.js?v=ce15529b22a63e1a3ec0
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-myst/static/9747.4d7c0598893da10c5753.js?v=4d7c0598893da10c5753
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-rise/static/942.9d51213b1c43b6b617a0.js?v=9d51213b1c43b6b617a0
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/lab/extensions/jupyterlab-rise/static/776.976b2555be76525c5186.js?v=976b2555be76525c5186
[HTTP/1.1 200 OK 0ms]

Failed to create module: package: jupyterlab-myst; module: ./extension index.js:58:12
Règle « at » non reconnue ou erreur d’analyse de la règle « @tailwind ». 1_diaporamas.md:1:1658
Règle « at » non reconnue ou erreur d’analyse de la règle « @tailwind ». 1_diaporamas.md:1:1673
Règle « at » non reconnue ou erreur d’analyse de la règle « @tailwind ». 1_diaporamas.md:1:1694
Error: Shared module @jupyterlab/markdownviewer doesn't exist in shared scope default
    r remoteEntry.c8a1a07ad43c52aa84f3.js:1
    m remoteEntry.c8a1a07ad43c52aa84f3.js:1
    p remoteEntry.c8a1a07ad43c52aa84f3.js:1
    75761 remoteEntry.c8a1a07ad43c52aa84f3.js:1
    consumes remoteEntry.c8a1a07ad43c52aa84f3.js:1
    consumes remoteEntry.c8a1a07ad43c52aa84f3.js:1
    e remoteEntry.c8a1a07ad43c52aa84f3.js:1
    e remoteEntry.c8a1a07ad43c52aa84f3.js:1
    extension remoteEntry.c8a1a07ad43c52aa84f3.js:1
    g remoteEntry.c8a1a07ad43c52aa84f3.js:1
    i index.js:55
    60880 index.js:195
    60880 index.js:186
    60880 index.js:258
    Webpack 5
index.js:225:14
GET
ws://localhost:8892/api/events/subscribe?token=d4995d39cadbe81ad5526c385979f14d07c273d9a3ed9b9d
[HTTP/1.1 101 Switching Protocols 2ms]

XHRGET
http://localhost:8892/api/kernelspecs?1693412004029
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/me?1693412004031
[HTTP/1.1 200 OK 3ms]

XHRGET
http://localhost:8892/lab/api/settings?1693412004037
[HTTP/1.1 200 OK 350ms]

XHRGET
http://localhost:8892/api/kernels?1693412004047
[HTTP/1.1 200 OK 350ms]

XHRGET
http://localhost:8892/api/sessions?1693412004049
[HTTP/1.1 200 OK 351ms]

XHRGET
http://localhost:8892/api/kernelspecs?1693412004248
[HTTP/1.1 200 OK 253ms]

XHRGET
http://localhost:8892/api/me?1693412004250
[HTTP/1.1 200 OK 251ms]

XHRGET
http://localhost:8892/lab/api/settings/@jupyterlab/translation-extension:plugin?1693412005656
[HTTP/1.1 200 OK 13ms]

XHRGET
http://localhost:8892/lab/api/translations/fr_FR?1693412005696
[HTTP/1.1 200 OK 19ms]

Language pack 'fr_FR' not installed! manager.js:49:20
JupyterLab extension jupytext is activating... 568.7905b04bffbca69b4f1e.js:1:1776
bundled jupytext labextension: JLAB4=true 568.7905b04bffbca69b4f1e.js:1:1838
Jupytext: adding command=jupytext:ipynb with rank=1 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:auto:light with rank=2 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:auto:percent with rank=3 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:auto:hydrogen with rank=4 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:auto:nomarker with rank=5 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:md with rank=6 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:md:myst with rank=7 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:Rmd with rank=8 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:qmd with rank=9 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:custom with rank=10 568.7905b04bffbca69b4f1e.js:1:4455
Jupytext: adding command=jupytext:none with rank=11 568.7905b04bffbca69b4f1e.js:1:4455
JupyterLab extension jupyterlab-rise is activated! 942.9d51213b1c43b6b617a0.js:1:5358
Erreur d’analyse de la valeur pour « color ».  Déclaration abandonnée. 1_diaporamas.md:78:14
XHRGET
http://localhost:8892/lab/api/settings?ids_only=true&1693412005886
[HTTP/1.1 200 OK 11ms]

XHRGET
http://localhost:8892/api/contents/1_diaporamas.md?type=notebook&content=1&1693412005952
[HTTP/1.1 200 OK 20ms]

XHRGET
http://localhost:8892/lab/api/settings/@jupyterlab/codemirror-extension:plugin?1693412006012
[HTTP/1.1 200 OK 6ms]

XHRGET
http://localhost:8892/lab/api/settings/@jupyterlab/notebook-extension:panel?1693412006014
[HTTP/1.1 200 OK 17ms]

GET
http://localhost:8892/static/rise/5850.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/9239.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7866.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/6271.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/311.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7969.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/5115.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/792.bundle.js
[HTTP/1.1 200 OK 0ms]

Convert notebook /1_diaporamas.md to slideshow. rise.js:93:28
GET
http://localhost:8892/rise/media/slideshow.svg

GET
http://localhost:8892/rise/media/fullscreen.svg

XHRGET
http://localhost:8892/api/contents/1_diaporamas.md/checkpoints?1693412006197
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/contents/1_diaporamas.md/checkpoints?1693412006199
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/contents/1_diaporamas.md/checkpoints?1693412006240
[HTTP/1.1 200 OK 4ms]

GET
http://localhost:8892/static/rise/2582.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/files/media/slideshow.svg?_xsrf=2|9e6c4bd1|3fc3dfeff0b5e21d9e6030803d7a9086|1693172002&1693412006251
[HTTP/1.1 200 OK 2ms]

GET
http://localhost:8892/files/media/fullscreen.svg?_xsrf=2|9e6c4bd1|3fc3dfeff0b5e21d9e6030803d7a9086|1693172002&1693412006252
[HTTP/1.1 200 OK 3ms]

Cette page utilise la propriété non standard « zoom ». Envisagez d’utiliser calc() dans les valeurs des propriétés pertinentes ou utilisez « transform » avec « transform-origin: 0 0 ». injectStylesIntoStyleTag.js:201:10
GET
http://localhost:8892/files//rise.css

GET
http://localhost:8892/files//1_diaporamas.css

GET
http://localhost:8892/static/rise/6097.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/28.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2065.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7369.bundle.js
[HTTP/1.1 200 OK 0ms]

La ressource à l’adresse « http://localhost:8892/files//rise.css » a été bloquée en raison d’un type MIME (« text/html ») incorrect (X-Content-Type-Options: nosniff). 1_diaporamas.md
La ressource à l’adresse « http://localhost:8892/files//1_diaporamas.css » a été bloquée en raison d’un type MIME (« text/html ») incorrect (X-Content-Type-Options: nosniff). 1_diaporamas.md
XHRGET
http://localhost:8892/api/kernels?1693412006543
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/sessions?1693412006570
[HTTP/1.1 200 OK 3ms]

GET
http://localhost:8892/static/rise/2148.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7154.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7582.bundle.js
[HTTP/1.1 200 OK 0ms]

Starting WebSocket: ws://localhost:8892/api/kernels/8fef6095-8774-4523-a5c8-cdca3aa8b9bb default.js:70:20
GET
http://localhost:8892/static/rise/3496.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/8845.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
ws://localhost:8892/api/kernels/8fef6095-8774-4523-a5c8-cdca3aa8b9bb/channels?session_id=4d585a3c-9817-48c5-bbf8-55fac29a0977
[HTTP/1.1 101 Switching Protocols 2ms]

XHRGET
http://localhost:8892/api/kernelspecs?1693412006774
[HTTP/1.1 200 OK 2ms]

GET
http://localhost:8892/static/rise/7025.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/8285.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/img/sponge.png
[HTTP/1.1 404 Not Found 2ms]

GET
http://localhost:8892/static/rise/img/boardmarker-black.png
[HTTP/1.1 404 Not Found 3ms]

GET
http://localhost:8892/static/rise/img/chalk-white.png
[HTTP/1.1 404 Not Found 5ms]

GET
http://localhost:8892/static/rise/img/blackboard.png
[HTTP/1.1 404 Not Found 7ms]

GET
http://localhost:8892/static/rise/2552.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/2666.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/7471.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/270.bundle.js
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/favicons/favicon.ico
[HTTP/1.1 200 OK 0ms]

GET
http://localhost:8892/static/rise/4105.bundle.js
[HTTP/1.1 200 OK 0ms]

Pseudo-classe ou pseudo-élément « future » inconnu.  Jeu de règles ignoré suite à un mauvais sélecteur. 1_diaporamas.md:124:31
XHRGET
http://localhost:8892/api/terminals?1693412011584
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/contents?content=1&1693412011700
[HTTP/1.1 200 OK 8ms]

XHRGET
http://localhost:8892/api/sessions?1693412013648
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/kernels?1693412014716
[HTTP/1.1 200 OK 4ms]

XHRGET
http://localhost:8892/api/kernels?1693412016772
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/sessions?1693412016776
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/terminals?1693412021610
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/contents?content=1&1693412021732
[HTTP/1.1 200 OK 7ms]

XHRGET
http://localhost:8892/api/sessions?1693412023688
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/kernels?1693412024813
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/sessions?1693412027143
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/kernels?1693412027145
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/terminals?1693412033269
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/contents?content=1&1693412034274
[HTTP/1.1 200 OK 10ms]

XHRGET
http://localhost:8892/api/sessions?1693412034278
[HTTP/1.1 200 OK 13ms]

XHRGET
http://localhost:8892/api/kernels?1693412035278
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/kernelspecs?1693412044497
[HTTP/1.1 200 OK 3ms]

XHRGET
http://localhost:8892/api/me?1693412044501
[HTTP/1.1 200 OK 4ms]

XHRGET
http://localhost:8892/api/terminals?1693412053497
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/kernels?1693412055505
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/contents?content=1&1693412055508
[HTTP/1.1 200 OK 11ms]

XHRGET
http://localhost:8892/api/sessions?1693412055511
[HTTP/1.1 200 OK 12ms]

XHRGET
http://localhost:8892/api/sessions?1693412057507
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/kernels?1693412057511
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/terminals?1693412063564
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/kernels?1693412065668
[HTTP/1.1 200 OK 1ms]

XHRGET
http://localhost:8892/api/contents?content=1&1693412065713
[HTTP/1.1 200 OK 8ms]

XHRGET
http://localhost:8892/api/me?1693412065718
[HTTP/1.1 200 OK 11ms]

XHRGET
http://localhost:8892/api/kernelspecs?1693412065721
[HTTP/1.1 200 OK 12ms]

XHRGET
http://localhost:8892/api/sessions?1693412065723
[HTTP/1.1 200 OK 13ms]

XHRGET
http://localhost:8892/api/sessions?1693412067537
[HTTP/1.1 200 OK 2ms]

XHRGET
http://localhost:8892/api/kernels?1693412067541
[HTTP/1.1 200 OK 2ms]

</pre>
</details>

<!-- 
To open the browser, please refer to the documentation:
Chrome: https://developers.google.com/web/tools/chrome-devtools/open#console
Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Opening_the_Web_Console
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant