jupyterlite-sphinx icon indicating copy to clipboard operation
jupyterlite-sphinx copied to clipboard

Expose more config options

Open martinRenou opened this issue 2 years ago • 5 comments

  • [ ] jupyter_lite_apps (defaults to [], ["repl", "retro", "lab"])
  • [x] jupyter_lite_contents
  • [ ] jupyter_lite_piplite_wheels
  • [ ] jupyter_lite_pyodide
  • [ ] jupyter_lite_collaborative

martinRenou avatar Mar 02 '22 12:03 martinRenou

So would the idea of jupyterlite_apps be to allow just the installation of eg "retro"?

It would also be useful to have a setting for collaborative.

psychemedia avatar Mar 10 '22 09:03 psychemedia

So would the idea of jupyterlite_apps be to allow just the installation of eg "retro"?

Exactly :) this would reduce the size of the docs. We'll need to make sure to define the directives accordingly.

It would also be useful to have a setting for collaborative.

Yes, thanks! Added to the todo list

martinRenou avatar Mar 10 '22 09:03 martinRenou

Text files (eg .md documents) other than ipynb files are not copied over to the distribution lite/files/ path in Jupyter Book _build/html.

I can't offhand see a setting in Jupyter Book config that will add additional types, so it could be useful to have config setting that allows additional filetypes, or even filepath regexes, to be defined that allow additional documents to be copied over to the distribution directory. (This might be important for copying things like image files or data files too.)

psychemedia avatar Mar 14 '22 17:03 psychemedia

Another possibly useful config setting would be a list of prebuilt extension wheels in a specified directory or URL that could then be automatically built into the environment.

psychemedia avatar Apr 13 '22 12:04 psychemedia

Both ipywidgets and ipyleaflet have example directories that would be awesome to expose in JupyterLite. If there were a setting that would just do "copy this directory over to the _contents, including notebook files and data files, etc.", that would be tremendously helpful.

jasongrout avatar Jun 23 '22 04:06 jasongrout