Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Are extensions expected to work? #170

Answered by jtpio
dhirschfeld asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks @dhirschfeld for the report.

Widgets and existing JupyterLab extensions are supported. So if perspective behaves like a normal widget then it should work.

The console errors seem to be coming from other extensions that expect to find tokens only exposed in JupyterLab. Usually it's a better practice to not require these tokens in extensions, but instead make them optional so they don't fail to activate in alternative lab distribution like RetroLab (retro doesn't have a status bar or layout restorer).

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
5 replies
@dhirschfeld
Comment options

dhirschfeld Jun 29, 2021
Collaborator Author

@jtpio
Comment options

@dhirschfeld
Comment options

dhirschfeld Jun 29, 2021
Collaborator Author

@jtpio
Comment options

@timkpaine
Comment options

Answer selected by dhirschfeld
Comment options

You must be logged in to vote
6 replies
@timkpaine
Comment options

@dhirschfeld
Comment options

dhirschfeld Jun 30, 2021
Collaborator Author

@timkpaine
Comment options

@dhirschfeld
Comment options

dhirschfeld Jun 30, 2021
Collaborator Author

@timkpaine
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants