Skip to content

Commit

Permalink
JupyterLab 1.0.0a1
Browse files Browse the repository at this point in the history
dist/jupyterlab-1.0.0a1-py2.py3-none-any.whl
md5: b4b2c2708977ce78359601c9b220421f
sha1: 08f64329981c5c9de17606d439fbf73a958f36e2
sha256: 73a7e9a7467bde8650ed28d320075b7ecda9523855b3c40a460b50e545833e03

dist/jupyterlab-1.0.0a1.tar.gz
md5: e309af7683c5a0461fe3d0ffcbf0c115
sha1: 329b5dece21a8c985de53a9151c4ed003920215e
sha256: aaed9f3c78f14d1b7e23d4cdbab6617a0fc8a8127dc41856c269dd6e3c447bbf
  • Loading branch information
jasongrout committed Feb 5, 2019
1 parent 5a5390c commit a99cfda
Show file tree
Hide file tree
Showing 5 changed files with 628 additions and 628 deletions.
2 changes: 1 addition & 1 deletion dev_mode/package.json
Expand Up @@ -233,7 +233,7 @@
"url-parse",
"xterm"
],
"version": "1.0.0a0",
"version": "1.0.0a1",
"linkedPackages": {
"@jupyterlab/application": "../packages/application",
"@jupyterlab/application-extension": "../packages/application-extension",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/_version.py
Expand Up @@ -11,7 +11,7 @@
'serial'
])

version_info = VersionInfo(1, 0, 0, 'alpha', 0)
version_info = VersionInfo(1, 0, 0, 'alpha', 1)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
148 changes: 74 additions & 74 deletions jupyterlab/staging/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/application-top",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -12,77 +12,77 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^1.0.0-alpha.2",
"@jupyterlab/application-extension": "^1.0.0-alpha.2",
"@jupyterlab/apputils": "^1.0.0-alpha.2",
"@jupyterlab/apputils-extension": "^1.0.0-alpha.2",
"@jupyterlab/attachments": "^1.0.0-alpha.2",
"@jupyterlab/cells": "^1.0.0-alpha.2",
"@jupyterlab/codeeditor": "^1.0.0-alpha.2",
"@jupyterlab/codemirror": "^1.0.0-alpha.2",
"@jupyterlab/codemirror-extension": "^1.0.0-alpha.2",
"@jupyterlab/completer": "^1.0.0-alpha.2",
"@jupyterlab/completer-extension": "^1.0.0-alpha.2",
"@jupyterlab/console": "^1.0.0-alpha.2",
"@jupyterlab/console-extension": "^1.0.0-alpha.2",
"@jupyterlab/coreutils": "^3.0.0-alpha.2",
"@jupyterlab/csvviewer": "^1.0.0-alpha.2",
"@jupyterlab/csvviewer-extension": "^1.0.0-alpha.2",
"@jupyterlab/docmanager": "^1.0.0-alpha.2",
"@jupyterlab/docmanager-extension": "^1.0.0-alpha.2",
"@jupyterlab/docregistry": "^1.0.0-alpha.2",
"@jupyterlab/documentsearch": "^1.0.0-alpha.2",
"@jupyterlab/documentsearch-extension": "^1.0.0-alpha.3",
"@jupyterlab/extensionmanager": "^1.0.0-alpha.2",
"@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.2",
"@jupyterlab/faq-extension": "^1.0.0-alpha.2",
"@jupyterlab/filebrowser": "^1.0.0-alpha.2",
"@jupyterlab/filebrowser-extension": "^1.0.0-alpha.2",
"@jupyterlab/fileeditor": "^1.0.0-alpha.2",
"@jupyterlab/fileeditor-extension": "^1.0.0-alpha.2",
"@jupyterlab/help-extension": "^1.0.0-alpha.2",
"@jupyterlab/htmlviewer": "^1.0.0-alpha.2",
"@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.2",
"@jupyterlab/imageviewer": "^1.0.0-alpha.2",
"@jupyterlab/imageviewer-extension": "^1.0.0-alpha.2",
"@jupyterlab/inspector": "^1.0.0-alpha.2",
"@jupyterlab/inspector-extension": "^1.0.0-alpha.2",
"@jupyterlab/javascript-extension": "^1.0.0-alpha.2",
"@jupyterlab/json-extension": "^1.0.0-alpha.2",
"@jupyterlab/launcher": "^1.0.0-alpha.2",
"@jupyterlab/launcher-extension": "^1.0.0-alpha.2",
"@jupyterlab/mainmenu": "^1.0.0-alpha.2",
"@jupyterlab/mainmenu-extension": "^1.0.0-alpha.2",
"@jupyterlab/markdownviewer": "^1.0.0-alpha.2",
"@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.2",
"@jupyterlab/mathjax2": "^1.0.0-alpha.2",
"@jupyterlab/mathjax2-extension": "^1.0.0-alpha.2",
"@jupyterlab/notebook": "^1.0.0-alpha.3",
"@jupyterlab/notebook-extension": "^1.0.0-alpha.2",
"@jupyterlab/observables": "^2.2.0-alpha.2",
"@jupyterlab/outputarea": "^1.0.0-alpha.2",
"@jupyterlab/pdf-extension": "^1.0.0-alpha.2",
"@jupyterlab/rendermime": "^1.0.0-alpha.2",
"@jupyterlab/rendermime-extension": "^1.0.0-alpha.2",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.2",
"@jupyterlab/running": "^1.0.0-alpha.2",
"@jupyterlab/running-extension": "^1.0.0-alpha.2",
"@jupyterlab/services": "^4.0.0-alpha.2",
"@jupyterlab/settingeditor": "^1.0.0-alpha.2",
"@jupyterlab/settingeditor-extension": "^1.0.0-alpha.2",
"@jupyterlab/shortcuts-extension": "^1.0.0-alpha.2",
"@jupyterlab/statusbar": "^1.0.0-alpha.2",
"@jupyterlab/statusbar-extension": "^1.0.0-alpha.2",
"@jupyterlab/tabmanager-extension": "^1.0.0-alpha.2",
"@jupyterlab/terminal": "^1.0.0-alpha.2",
"@jupyterlab/terminal-extension": "^1.0.0-alpha.2",
"@jupyterlab/theme-dark-extension": "^1.0.0-alpha.3",
"@jupyterlab/theme-light-extension": "^1.0.0-alpha.3",
"@jupyterlab/tooltip": "^1.0.0-alpha.2",
"@jupyterlab/tooltip-extension": "^1.0.0-alpha.2",
"@jupyterlab/ui-components": "^1.0.0-alpha.2",
"@jupyterlab/vdom-extension": "^1.0.0-alpha.2",
"@jupyterlab/vega4-extension": "^1.0.0-alpha.2",
"@jupyterlab/application": "^1.0.0-alpha.3",
"@jupyterlab/application-extension": "^1.0.0-alpha.3",
"@jupyterlab/apputils": "^1.0.0-alpha.3",
"@jupyterlab/apputils-extension": "^1.0.0-alpha.3",
"@jupyterlab/attachments": "^1.0.0-alpha.3",
"@jupyterlab/cells": "^1.0.0-alpha.3",
"@jupyterlab/codeeditor": "^1.0.0-alpha.3",
"@jupyterlab/codemirror": "^1.0.0-alpha.3",
"@jupyterlab/codemirror-extension": "^1.0.0-alpha.3",
"@jupyterlab/completer": "^1.0.0-alpha.3",
"@jupyterlab/completer-extension": "^1.0.0-alpha.3",
"@jupyterlab/console": "^1.0.0-alpha.3",
"@jupyterlab/console-extension": "^1.0.0-alpha.3",
"@jupyterlab/coreutils": "^3.0.0-alpha.3",
"@jupyterlab/csvviewer": "^1.0.0-alpha.3",
"@jupyterlab/csvviewer-extension": "^1.0.0-alpha.3",
"@jupyterlab/docmanager": "^1.0.0-alpha.3",
"@jupyterlab/docmanager-extension": "^1.0.0-alpha.3",
"@jupyterlab/docregistry": "^1.0.0-alpha.3",
"@jupyterlab/documentsearch": "^1.0.0-alpha.3",
"@jupyterlab/documentsearch-extension": "^1.0.0-alpha.4",
"@jupyterlab/extensionmanager": "^1.0.0-alpha.3",
"@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.3",
"@jupyterlab/faq-extension": "^1.0.0-alpha.3",
"@jupyterlab/filebrowser": "^1.0.0-alpha.3",
"@jupyterlab/filebrowser-extension": "^1.0.0-alpha.3",
"@jupyterlab/fileeditor": "^1.0.0-alpha.3",
"@jupyterlab/fileeditor-extension": "^1.0.0-alpha.3",
"@jupyterlab/help-extension": "^1.0.0-alpha.3",
"@jupyterlab/htmlviewer": "^1.0.0-alpha.3",
"@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.3",
"@jupyterlab/imageviewer": "^1.0.0-alpha.3",
"@jupyterlab/imageviewer-extension": "^1.0.0-alpha.3",
"@jupyterlab/inspector": "^1.0.0-alpha.3",
"@jupyterlab/inspector-extension": "^1.0.0-alpha.3",
"@jupyterlab/javascript-extension": "^1.0.0-alpha.3",
"@jupyterlab/json-extension": "^1.0.0-alpha.3",
"@jupyterlab/launcher": "^1.0.0-alpha.3",
"@jupyterlab/launcher-extension": "^1.0.0-alpha.3",
"@jupyterlab/mainmenu": "^1.0.0-alpha.3",
"@jupyterlab/mainmenu-extension": "^1.0.0-alpha.3",
"@jupyterlab/markdownviewer": "^1.0.0-alpha.3",
"@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.3",
"@jupyterlab/mathjax2": "^1.0.0-alpha.3",
"@jupyterlab/mathjax2-extension": "^1.0.0-alpha.3",
"@jupyterlab/notebook": "^1.0.0-alpha.4",
"@jupyterlab/notebook-extension": "^1.0.0-alpha.3",
"@jupyterlab/observables": "^2.2.0-alpha.3",
"@jupyterlab/outputarea": "^1.0.0-alpha.3",
"@jupyterlab/pdf-extension": "^1.0.0-alpha.3",
"@jupyterlab/rendermime": "^1.0.0-alpha.3",
"@jupyterlab/rendermime-extension": "^1.0.0-alpha.3",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.3",
"@jupyterlab/running": "^1.0.0-alpha.3",
"@jupyterlab/running-extension": "^1.0.0-alpha.3",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@jupyterlab/settingeditor": "^1.0.0-alpha.3",
"@jupyterlab/settingeditor-extension": "^1.0.0-alpha.3",
"@jupyterlab/shortcuts-extension": "^1.0.0-alpha.3",
"@jupyterlab/statusbar": "^1.0.0-alpha.3",
"@jupyterlab/statusbar-extension": "^1.0.0-alpha.3",
"@jupyterlab/tabmanager-extension": "^1.0.0-alpha.3",
"@jupyterlab/terminal": "^1.0.0-alpha.3",
"@jupyterlab/terminal-extension": "^1.0.0-alpha.3",
"@jupyterlab/theme-dark-extension": "^1.0.0-alpha.4",
"@jupyterlab/theme-light-extension": "^1.0.0-alpha.4",
"@jupyterlab/tooltip": "^1.0.0-alpha.3",
"@jupyterlab/tooltip-extension": "^1.0.0-alpha.3",
"@jupyterlab/ui-components": "^1.0.0-alpha.3",
"@jupyterlab/vdom-extension": "^1.0.0-alpha.3",
"@jupyterlab/vega4-extension": "^1.0.0-alpha.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/application": "^1.6.0",
"@phosphor/commands": "^1.6.1",
Expand Down Expand Up @@ -112,7 +112,7 @@
"xterm": "~3.10.1"
},
"devDependencies": {
"@jupyterlab/buildutils": "^1.0.0-alpha.2",
"@jupyterlab/buildutils": "^1.0.0-alpha.3",
"css-loader": "~0.28.7",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"file-loader": "~1.1.11",
Expand Down Expand Up @@ -233,7 +233,7 @@
"url-parse",
"xterm"
],
"version": "1.0.0a0",
"version": "1.0.0a1",
"linkedPackages": {},
"staticDir": "../static"
}
Expand Down

0 comments on commit a99cfda

Please sign in to comment.