Skip to content

Conversation

romainx
Copy link
Collaborator

@romainx romainx commented Mar 15, 2020

As discussed in #752 , just replaced a rm by a call to jupyter lab clean for clarity reasons.
The result is the same the $CONDA_DIR/share/jupyter/lab/staging is removed.

@parente parente merged commit 15a6651 into jupyter:master Mar 16, 2020
@romainx romainx deleted the lab_clean branch March 16, 2020 20:55
@s-rog
Copy link
Contributor

s-rog commented Feb 3, 2021

Is there a reason this is not applied to all dockers? The base notebook still uses rm.

@romainx
Copy link
Collaborator Author

romainx commented Feb 7, 2021

@s-rog nice catch you must be right — I checked the history of issues. Could you please create and issue or directly draft a PR to fix it?

$ jupyter lab clean --help
# Clean the JupyterLab application

# This will clean the app directory by removing the `staging` directories.
# Optionally, the `extensions`, `settings`, and/or `static` directories, or the entire contents of the app directory, can also be removed.

rm -rf $CONDA_DIR/share/jupyter/lab/staging && \

Many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants