Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter-openbis-gui-widget
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
openbis
openbis-public
jupyter
jupyter-openbis-gui-widget
Commits
15a18fb0
Commit
15a18fb0
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/0.2.1'
parents
7e3fd000
c8005e71
No related branches found
Branches containing commit
Tags
0.2.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+7
-1
7 additions, 1 deletion
CHANGELOG.md
jupyter-openbis-extension/__init__.py
+1
-1
1 addition, 1 deletion
jupyter-openbis-extension/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
9 additions
and
3 deletions
CHANGELOG.md
+
7
−
1
View file @
15a18fb0
## new in jupyter-openbis-extension 0.1.1
## new in jupyter-openbis-extension 0.2.1
-
improved download dialog
-
added spinner
-
persist values entered in dialog fields
## new in jupyter-openbis-extension 0.2.0
-
first version that cleanly works with pip install only
-
bugfixes in setup.py
...
...
This diff is collapsed.
Click to expand it.
jupyter-openbis-extension/__init__.py
+
1
−
1
View file @
15a18fb0
name
=
'
jupyter-openbis-extension.server
'
__author__
=
'
Swen Vermeul
'
__email__
=
'
swen@ethz.ch
'
__version__
=
'
0.2.
0
'
__version__
=
'
0.2.
1
'
def
_jupyter_server_extension_paths
():
return
[{
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
15a18fb0
...
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
name
=
'
jupyter-openbis-extension
'
,
version
=
'
0.2.
0
'
,
version
=
'
0.2.
1
'
,
author
=
'
Swen Vermeul | ID SIS | ETH Zürich
'
,
author_email
=
'
swen@ethz.ch
'
,
description
=
'
Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment