Skip to content
Snippets Groups Projects
Commit 9152be3e authored by anttil's avatar anttil
Browse files

Version 0.3.0

parent 97d77d94
Branches master
No related merge requests found
......@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2020 ETH Zürich
Copyright 2021 ETH Zürich
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
......@@ -9,7 +9,7 @@ JupyterLab openBIS extension is a client-side extension for JupyterLab that enab
## Installing prebuilt extension (recommended)
```bash
pip install jupyterlab-openbis@0.3.0
pip install jupyterlab-openbis
```
## Installing source extension (requires Node.js)
......@@ -21,38 +21,6 @@ pip install jupyterlab-openbis@0.3.0
jupyter labextension install jupyterlab-openbis@0.3.0
```
## Installation - Windows
### Install Anaconda
- It is recommended to use the Anaconda Python platform for installation on Windows (Download: https://www.anaconda.com/products/individual --> use 64-bit graphical installer)
- Start Anaconda Launcher
### Installing in Base Environment
- Launch Powershell Prompt
- Enter the following commands
```
conda install nodejs
pip install --upgrade jupyter-openbis-extension
jupyter labextension install jupyterlab-openbis@0.2.0
```
- Close the Powershell Prompt and start JupyterLab from Anaconda Launcher
- The buttons of the JupyterLab openBIS extension are now available in the Notebook Toolbar
### Installing in Custom Environment
- Custom environements are usefull to keep (potentially conflicting) packages separate
- In the Anaconda Launcher window, select the Environments tab
- Next, click on Create and Name your environment (e.g. openbis)
- Make sure to select a recent Python distribution (e.g. Python 3.8)
- Now return to the Home Tab in the Anaconda Launcher window
- Install JupyterLab and Powershell Prompt by clicking on the respective Install buttons
- Launch Powershell Prompt
- Enter the following commands
```
conda install nodejs
pip install --upgrade jupyter-openbis-extension
jupyter labextension install jupyterlab-openbis@0.2.0
```
- Close the Powershell Prompt and start JupyterLab from Anaconda Launcher (select the correct environment in the drop down menu)
## Compatibility
| jupyterlab-openbis | jupyter-openbis-server | jupyterlab |
......
#!/bin/bash
# install jupyterlab-openbis
jupyter labextension install jupyterlab-openbis@0.3.0
jupyterlab>=3.0,<4.0
jupyter-openbis-server>=0.4.0
jupyterlab-openbis>=0.3.0
{
"name": "jupyterlab-openbis",
"version": "0.3.0",
"description": "JupyterLab-openBIS extension",
"description": "JupyterLab openBIS extension",
"keywords": [
"jupyter",
"jupyterlab",
......@@ -13,7 +13,7 @@
"url": "https://sissource.ethz.ch/sispub/jupyterlab-openbis/issues"
},
"license": "Apache-2.0",
"author": "SSDM / SIS / ETH Zürich",
"author": "Antti Luomi | ID SIS | ETH Zürich",
"files": [
"js/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,tsx}",
"css/*.css"
......
......@@ -73,15 +73,10 @@ setup_args = dict(
include_package_data=True,
python_requires=">=3.6",
platforms="Linux, Mac OS X, Windows",
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
keywords=["Jupyter", "JupyterLab", "openBIS"],
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: JavaScript",
"Framework :: Jupyter",
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment