Release 0.1.0rc0

Jeremy Tuloup 5 years ago
parent f7b5077f48
commit aac48d8c05

@ -9,19 +9,15 @@ The next gen old-school Notebook UI.
## Install
**Note**: `jupyterlab-classic` hasn't been released yet, but will be soon!
**Pre-releases of `jupyterlab-classic` are now available!**
In the meantime, you can try the latest preview on Binder:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/jupyterlab-classic/main?urlpath=classic/tree)
With `pip`:
`jupyterlab-classic` can be installed with `pip`:
```bash
pip install jupyterlab-classic
pip install jupyterlab-classic --pre
```
With `conda`:
And with `conda` (coming soon):
```bash
conda install -c conda-forge jupyterlab-classic

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/builder",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"private": true,
"scripts": {
"build": "webpack",
@ -10,14 +10,14 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0",
"@jupyterlab-classic/application-extension": "^0.1.0",
"@jupyterlab-classic/docmanager-extension": "^0.1.0",
"@jupyterlab-classic/help-extension": "^0.1.0",
"@jupyterlab-classic/notebook-extension": "^0.1.0",
"@jupyterlab-classic/terminal-extension": "^0.1.0",
"@jupyterlab-classic/tree-extension": "^0.1.0",
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab-classic/application-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/docmanager-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/help-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/notebook-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/terminal-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/tree-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab/apputils-extension": "^3.0.0-rc.13",
"@jupyterlab/codemirror-extension": "^3.0.0-rc.13",
"@jupyterlab/completer-extension": "^3.0.0-rc.13",
@ -160,7 +160,7 @@
},
"jupyterlab": {
"name": "JupyterLab Classic",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"buildDir": "./static",
"outputDir": ".",
"singletonPackages": [

@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.0rc0"

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/application-extension",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Application Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,8 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0",
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/codeeditor": "^3.0.0-rc.13",

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/application",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Application",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/docmanager-extension",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Document Manager Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/help-extension",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Help Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/mainmenu": "^3.0.0-rc.13"

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/lab-extension",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Lab Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -46,7 +46,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/notebook-extension",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Notebook Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0",
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/docmanager": "^3.0.0-rc.13",

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/terminal-extension",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Terminal Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/tree-extension",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - Tree Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0",
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/ui-components",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "JupyterLab Classic - UI components",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {

Loading…
Cancel
Save