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
c719f0aa
Commit
c719f0aa
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/0.1.1'
parents
33c8e9b4
38eb60ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+20
-0
20 additions, 0 deletions
CHANGELOG.md
jupyter-openbis-extension/__init__.py
+1
-5
1 addition, 5 deletions
jupyter-openbis-extension/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
22 additions
and
6 deletions
CHANGELOG.md
0 → 100644
+
20
−
0
View file @
c719f0aa
## new in jupyter-openbis-extension 0.1.1
-
first version that cleanly works with pip install only
-
bugfixes in setup.py
-
typos in .json files in jupyter-config
-
CHANGELOG added
## new in jupyter-openbis-extension 0.1.0
-
separation of connection, down- and upload
-
upload let you specify dataset type
-
dataset type specific input fields (properties)
-
input control for all properties
-
checks for missing properties
-
downloaded datasets are new parent datasets by default
-
simplified way to upload files as part of the new dataset
## new in jupyter-openbis-extension 0.0.1
-
first published version
This diff is collapsed.
Click to expand it.
jupyter-openbis-extension/__init__.py
+
1
−
5
View file @
c719f0aa
name
=
'
jupyter-openbis-extension.server
'
__author__
=
'
Swen Vermeul
'
__email__
=
'
swen@ethz.ch
'
__version__
=
'
0.1.0
'
from
.
import
connection
from
.
import
sample
__version__
=
'
0.1.1
'
def
_jupyter_server_extension_paths
():
return
[{
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c719f0aa
...
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
name
=
'
jupyter-openbis-extension
'
,
version
=
'
0.1.
0
'
,
version
=
'
0.1.
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