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

Update jupyter_theme_editor for jupyterlab 4 using the migration script. #13

Conversation

HaudinFlorence
Copy link
Member

Update jupyter_theme_editor for jupyterlab 4 using the migration script.

@github-actions
Copy link

github-actions bot commented Jun 1, 2023

Binder 👈 Launch a Binder on branch HaudinFlorence/jupyterlab-theme-editor/update_with_extension_migration_script

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this file should be removed since it was used for generating the template.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole _temp_extension folder can be removed.

Most likely this is used by the migration script to generate a new version of the extension before proceeding with the migration.

style/base.css Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this file should be kept. Maybe it's an issue with the migration script that deleted it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the migration script might have removed the settings by mistake.

I think it should be fine to keep the previous version of the file (like it was before).

@HaudinFlorence HaudinFlorence force-pushed the update_with_extension_migration_script branch 2 times, most recently from 99e0d33 to a47fdf1 Compare June 1, 2023 17:31
@HaudinFlorence HaudinFlorence force-pushed the update_with_extension_migration_script branch from a47fdf1 to ec72bdb Compare June 2, 2023 08:37
base_url, 'jupyter-theme-editor', "send_cssProperties")
handlers = [(route_pattern, RouteHandler, {"env":Environment(loader=PackageLoader(
"jupyter_theme_editor", "templates")), "path": "template.css" })]
route_pattern = url_path_join(base_url, "jupyter-theme-editor", "get-example")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the API endpoint has changed with the update?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe replacing get-example with send_cssProperties will help fix it.

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

Successfully merging this pull request may close these issues.

2 participants