Jeremy Tuloup
Jeremy Tuloup
> That's good news - it passed the first step. Now we just need to fix the others... But don't we want to have this in the action itself? So...
> I think `conda init` _should_ automatically activate the base env so they won't be necessary but if it turns out they are you can set a config to do...
OK I'll let one of you proceed with the archival since I don't have the rights to do it on the repo.
Currently the page title is defined here: https://github.com/jupyterlite/jupyterlite/blob/c78cc8dd59bff1f95e45d093f0a0624338956da1/app/index.template.html#L4 And provided by each application, for example: https://github.com/jupyterlite/jupyterlite/blob/c78cc8dd59bff1f95e45d093f0a0624338956da1/app/repl/package.json#L123 https://github.com/jupyterlite/jupyterlite/blob/c78cc8dd59bff1f95e45d093f0a0624338956da1/app/lab/package.json#L181 Normally JupyterLab has some logic to update the tab title based on the...
Thanks @jvailius for the report :+1: Would it be possible to share the notebook that caused the issue?
Thanks @Popcorn7020. This looks like a duplicate of https://github.com/jupyterlite/jupyterlite/issues/543. Should we close it and continue the discussion in https://github.com/jupyterlite/jupyterlite/issues/543?
Thanks @JoseBlanca for the report :+1: It might be something to do with the `jupyter lite serve` command. Would you be able to check if running `python -m http.server --directory...
OK thanks for checking. Maybe this likely requires a fix in the `jupyter lite serve` command to handle trailing slashes.
@samsplunks normally the `jupyter lite build` command will not re-run tasks that don't need to be re-run. So you should be able to run `jupyter lite build --contents your-contents` after...
> JupyterLite version: 0.2.3 This may have been fixed by https://github.com/jupyterlite/jupyterlite/pull/1316, released in `0.3.0` (to confirm)