-
Notifications
You must be signed in to change notification settings - Fork 55
Add support to JupyterLab 2 #60
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
Conversation
Signed-off-by: martinRenou <[email protected]>
This PR looks right. Did you test it by generating a plugin and seeing if it works in jlab 1 and 2? |
I did not but I should have, the build seems to fail with
Not sure I get the error I am not familiar with this Token system in JLab |
Is this the jlab build when installing the plugin? For jlab 1 or jlab 2? |
I seem to reproduce this error locally with JupyterLab |
This is because the plugin is strongly typed:
|
@martinRenou - can you check out the last few commits I added to this PR? I think it works now in jlab 2. |
Signed-off-by: martinRenou <[email protected]>
I pushed a commit but it is still failing. I feel like it has to do with Karma not understanding ES6. |
@martinRenou It should work with this code (might need to adjust some paths) https://github.com/vidartf/opinionated-widget-cookiecutter/blob/master/%7B%7Bcookiecutter.github_project_name%7D%7D/ts/tests/karma.conf.js |
No description provided.