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
9b2cb13c
Commit
9b2cb13c
authored
Feb 02, 2022
by
vkovtun
Browse files
bumped version to 0.4.1
parent
4bb76040
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9b2cb13c
## jupyter-openbis-server 0.4.1
-
fixed incompatibility with pyBIS 1.30.1 and newer
## jupyter-openbis-server 0.4.0
-
added jupyter-openbis-conn utility to create a connection file
...
...
jupyter-openbis-server/__init__.py
View file @
9b2cb13c
name
=
'jupyter-openbis-server.server'
__author__
=
'Swen Vermeul'
__email__
=
'swen@ethz.ch'
__version__
=
'0.4.
0
'
__version__
=
'0.4.
1
'
def
_jupyter_server_extension_paths
():
return
[{
...
...
setup.py
View file @
9b2cb13c
...
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
name
=
"jupyter-openbis-server"
,
version
=
"0.4.1
rc3
"
,
version
=
"0.4.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