Closed Queuecumber closed 4 years ago
There are a couple of things to look over with this:
There are a couple of things still outstanding with these changes from my point-of-view. First off in the status bar, it still only shows terminals and kernels, I don't see an option to add anything to that bar. If/when that API opens up this should be updated again. Next, the old CSS based icons are still being used by tab.ts
. I have a hunch there is a way to convert that over to the new icon API as well but I'm not sure how to do it.
@Queuecumber Thanks a lot for this ! Great Job!
This PR finally fixes the last of the UI inconsistencies by moving the tensorboards from their own panel into the main running panel, this is a new API in jupyterlab 2.
This API also enforces the new icon API so I added that as well for consistency.
Fixes #13