-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[REVIEW]Upgrade the plugin to JupyterLab 3 #114
Conversation
refactor the nemo and rapids module as installable python plugins. Tested the all the notebooks for RAPIDS. Cannot test the nemo notebook yet because of the difficulty of installing nemo. All notebooks work except the bqplot failed to work. It is because bqplot is not yet updated to support jupyterlab3. Check this PR for latest status of bqplot library jupyterlab3 support. |
I extract the gquant files in a separate directory. Also, I put the notebooks, tests into the right place for the right project. |
remove the large files
I rebased this branch to the latest develop branch. |
I put all the dependent libraries into the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finished looking over the code and testing unit tests and notebooks.
Just a few minor things. Otherwise looks great. Thanks!
done the changes. Also moved the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks. I'll merge this.
No description provided.