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
1885b110
Commit
1885b110
authored
Jun 16, 2020
by
vermeul
Browse files
bumped version to 0.2.0, updated CHANGELOG
parent
676063c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
1885b110
## jupyter-openbis-server 0.2.0
-
added full API description
-
added mount/unmount support
-
added logout support
## jupyter-openbis-server 0.1.3
-
enforce compatibility with pyBIS 1.14.3
...
...
jupyter-openbis-server/__init__.py
View file @
1885b110
name
=
'jupyter-openbis-server.server'
__author__
=
'Swen Vermeul'
__email__
=
'swen@ethz.ch'
__version__
=
'0.
1.4
'
__version__
=
'0.
2.0
'
def
_jupyter_server_extension_paths
():
return
[{
...
...
setup.py
View file @
1885b110
...
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
name
=
'jupyter-openbis-server'
,
version
=
'0.
1.4
'
,
version
=
'0.
2.0
'
,
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