Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

The `0.6.x` branch was just created on the `0.6.1` release commit, so `main` can now track `0.7.0`: https://github.com/jupyterlite/jupyterlite/tree/0.6.x

Thanks @hgustafsson for spotting this. > What is the status of, and plan for, export as PDF (or HTML which may be easier to implement)? Just fixed this. For now...

Closing since 0.7.0 has been released: https://github.com/jupyterlite/jupyterlite/releases/tag/v0.7.0

Maybe that just means adding `doc` to the app folder: https://github.com/jupyterlite/jupyterlite/tree/main/app

@agriyakhetarpal maybe with the Notebook view, similar to what the `ipyleaflet` docs use? https://ipyleaflet.readthedocs.io/en/latest/?badge=latest As an example: https://jupyterlite.github.io/demo/notebooks/?path=python.ipynb You could even use an `overrides.json` file to hide the header and...

Ah it seems the JupyterLite documentation currently does not link to the JupyterLab documentation: https://jupyterlab.readthedocs.io/en/latest/user/directories.html#overrides-json We could add it to the JupyterLite docs for visibility (PR welcome if you would...

> just leaving a note that it seems that setting `startMode` does not have any effect currently either: Just tried this locally and it seems to be starting JupyterLite in...

`startMode` combined with the `?path` query string parameter to open a notebook in simple mode: https://github.com/user-attachments/assets/f60c1ded-8d05-40d2-a32c-8a94f2b0164d

Nice, thanks for checking! So maybe this could actually already be documented somewhere, if the only thing needed is a bit of config. Otherwise we create the `doc` folder with...

Maybe that would mean treating the `doc` folder here: https://github.com/jupyterlite/jupyterlite/tree/main/app/doc As an additional `app` here: https://github.com/jupyterlite/jupyterlite/blob/560c7cb24a0a268cae5f5ce05f8b45ed22df2864/app/package.json#L35-L42 But reusing everything from the `lab` app.