Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
openbis
openbis-public
jupyter
jupyter-openbis-gui-server
Commits
655b6be0
Commit
655b6be0
authored
Feb 26, 2020
by
vermeul
Browse files
Merge branch 'release/0.1.1'
parents
1ccd32f8
0e9ababc
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
655b6be0
## jupyter-openbis-server 0.1.1
-
the environment variables OPENBIS_URL and OPENBIS_TOKEN are now used in the connection list
## jupyter-openbis-server 0.1.0
-
splitted project into jupyter-openbis-server and jupyter-openbis-extension
...
...
jupyter-openbis-server/__init__.py
View file @
655b6be0
name
=
'jupyter-openbis-server.server'
__author__
=
'Swen Vermeul'
__email__
=
'swen@ethz.ch'
__version__
=
'0.1.
0
'
__version__
=
'0.1.
1
'
def
_jupyter_server_extension_paths
():
return
[{
...
...
setup.py
View file @
655b6be0
...
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
name
=
'jupyter-openbis-server'
,
version
=
'0.1.
0
'
,
version
=
'0.1.
1
'
,
author
=
'Swen Vermeul | ID SIS | ETH Zürich'
,
author_email
=
'swen@ethz.ch'
,
description
=
'Server Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment