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

JupyterLab update to ^3.0.0, and fix "Open With.." regression #1294

Merged
merged 6 commits into from
Jan 19, 2021
Merged

Conversation

timkpaine
Copy link
Member

@timkpaine timkpaine commented Jan 17, 2021

  • Bump supported JupyterLab version from 2. to 3.
  • Add .arrow renderer (in addition to .csv, .json, and .jsonl)
  • eslint the typescript

@texodus texodus linked an issue Jan 17, 2021 that may be closed by this pull request
@texodus texodus added internal Internal refactoring and code quality improvement Jupyter Python labels Jan 17, 2021
@timkpaine
Copy link
Member Author

timkpaine commented Jan 17, 2021

@timkpaine
Copy link
Member Author

I can only seem to get around it with // ts-ignore

@timkpaine timkpaine marked this pull request as ready for review January 18, 2021 02:32
@timkpaine
Copy link
Member Author

has some issues with the renderers, wait to merge

@timkpaine
Copy link
Member Author

looks like this PR broke everything #1231

@timkpaine
Copy link
Member Author

All set, load up csv, json, or now arrow from disk!

tmp

Copy link
Member

@texodus texodus left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! The new feature is cool but I'd like to see the PerspectiveViewer TypeScript API fixed to match the <perspective-viewer> API.

Again, a test or at least description of the actual broken case would really help. It would prevent regressions as #1296 and, respectfully, it is difficult to understand from the info provided if this is fix for a bug, or a personal preference.

packages/perspective-jupyterlab/src/ts/psp_widget.ts Outdated Show resolved Hide resolved
packages/perspective-jupyterlab/src/ts/psp_widget.ts Outdated Show resolved Hide resolved
@texodus texodus linked an issue Jan 19, 2021 that may be closed by this pull request
@texodus texodus changed the title starting on jlab3 JupyterLab update to ^3.0.0, and "Open With.." support Jan 19, 2021
@timkpaine timkpaine changed the title JupyterLab update to ^3.0.0, and "Open With.." support JupyterLab update to ^3.0.0, and fix "Open With.." support Jan 19, 2021
@timkpaine timkpaine changed the title JupyterLab update to ^3.0.0, and fix "Open With.." support JupyterLab update to ^3.0.0, and fix "Open With.." regression Jan 19, 2021
Copy link
Member

@texodus texodus left a comment

Choose a reason for hiding this comment

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

Looks good!

@texodus texodus merged commit a2c1e12 into master Jan 19, 2021
@texodus texodus deleted the jlab3 branch January 19, 2021 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal refactoring and code quality improvement Jupyter Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript no longer being linted Bump JupyterLab support for 3.0 now that it is released
2 participants