jupyterlab-credentialstore icon indicating copy to clipboard operation
jupyterlab-credentialstore copied to clipboard

extension support for jupyterlab 2.0

Open octavd opened this issue 4 years ago • 1 comments

Hello @frankzickert @christiancorbin ,

Looking forward to use this extension but it seems it's not compatible with Jupyterlan version >= 2.0. Is there any plan to release an update?

octavd avatar Jul 31 '20 07:07 octavd

From my point of view, this is what i've modified in the package.json /beginner :)/

"dependencies": { "@jupyterlab/application": "^2.0.0", "@jupyterlab/apputils": "^2.0.0", "@jupyterlab/codemirror": "^2.0.0", "@jupyterlab/completer": "^2.0.0", "@jupyterlab/coreutils": "^3.2.0", "@jupyterlab/docregistry": "^2.0.0", "@jupyterlab/filebrowser": "^2.0.0", "@jupyterlab/launcher": "^2.0.0", "@jupyterlab/mainmenu": "^2.0.0", "@jupyterlab/notebook": "^2.0.0", "@jupyterlab/rendermime": "^2.0.0", "@jupyterlab/rendermime-interfaces": "^2.0", "@phosphor/algorithm": "^1.2.0", "@phosphor/commands": "^1.7.2", "@phosphor/coreutils": "^1.3.1", "@phosphor/disposable": "^1.3.1", "@phosphor/messaging": "^1.3.0", "@phosphor/properties": "^1.1.3", "@phosphor/widgets": "^1.9.3", "crypto-js": "^3.1.9-1", "react-redux": "^5.0.7", "redux": "^4.0.0", "reselect": "^3.0.1", "semantic-ui-css": "^2.4.0", "semantic-ui-react": "^0.82.5" }

octavd avatar Jul 31 '20 11:07 octavd