Skip to content

Commit

Permalink
chore: jupyterlab icons
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Oct 14, 2023
1 parent 079e6be commit dded1d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@datalayer/jupyter-react": "0.7.11",
"@datalayer/jupyter-react": "0.7.13",
"@jupyter/collaboration-extension": "1.2.0",
"@jupyterlab/application": "4.0.3",
"@jupyterlab/coreutils": "6.0.3",
Expand Down Expand Up @@ -109,6 +109,8 @@
"prettier": "2.1.1",
"raw-loader": "4.0.2",
"rimraf": "3.0.2",
"stream": "0.0.2",
"stream-browserify": "2.0.2",
"style-loader": "2.0.0",
"stylelint": "14.3.0",
"stylelint-config-prettier": "9.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/jupyterlab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { JupyterFrontEnd, JupyterFrontEndPlugin, ILayoutRestorer } from '@jupyte
import { MainAreaWidget, ICommandPalette, WidgetTracker } from '@jupyterlab/apputils';
import { ISettingRegistry } from '@jupyterlab/settingregistry';
import { ILauncher } from '@jupyterlab/launcher';
import icon from '@datalayer/icons-react/data1/DatalayerGreenPaddingIconLabIcon';
import icon from '@datalayer/icons-react/data1/DatalayerGreenPaddingIconJupyterLab';
import { requestAPI } from './handler';
import { DatalayerWidget } from './widget';

Expand Down

0 comments on commit dded1d4

Please sign in to comment.