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

Support Jupyterlab version 4 #142

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Support Jupyterlab version 4 #142

wants to merge 3 commits into from

Conversation

willeppy
Copy link
Member

@willeppy willeppy commented Sep 26, 2023

Functionality

Jupyterlab 4 has many breaking changes, no necessary build and package changes to support JL 4 are in this PR

Fixes #137

Known issues still to fix:

Jupyter API changes

  • Fix src/dataAPI/jupyter/notebook.ts::: addCell() the API for cell creation changed, not sure what it is now.
  • Fix src/dataAPI/jupyter/cell.ts::: get() and set() this API changed to access code in cells.
  • I dont think code execution is working right now to be able to get dataframe code, need to debug... (might be because the digautoprofiler package not in the environment correctly)

Env and workflow

  • test github action changes
  • eslint throws tons of format errors because of some change and is super annoying

@willeppy
Copy link
Member Author

https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html#api-breaking-changes has some info but nothing really helpful about API changes Im having issues with

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.

Support JupyterLab 4
1 participant