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
71f47791
Commit
71f47791
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
version 0.2.4
parent
af969543
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+4
-1
4 additions, 1 deletion
CHANGELOG.md
HOWTO_UPLOAD_TO_PYPI
+3
-0
3 additions, 0 deletions
HOWTO_UPLOAD_TO_PYPI
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
+
4
−
1
View file @
71f47791
## new in jupyter-openbis-extension 0.2.
3
## new in jupyter-openbis-extension 0.2.
4
-
improved entity selection
-
improved entity selection
-
openBIS History ID support
-
openBIS History ID support
-
warning: there are known bugs in the new search feature which will hopefully be fixed in an
upcoming release
## new in jupyter-openbis-extension 0.2.2
## new in jupyter-openbis-extension 0.2.2
-
fixed link to gitlab project
-
fixed link to gitlab project
-
fixed setup.py to force tornado=5.1.1
-
fixed setup.py to force tornado=5.1.1
...
...
This diff is collapsed.
Click to expand it.
HOWTO_UPLOAD_TO_PYPI
+
3
−
0
View file @
71f47791
...
@@ -10,3 +10,6 @@ ls -la dist/
...
@@ -10,3 +10,6 @@ ls -la dist/
# upload distribution(s) to pypi
# upload distribution(s) to pypi
twine upload dist/*
twine upload dist/*
# upload distribution to pypi-test
twine upload --repository test dist/*
This diff is collapsed.
Click to expand it.
jupyter-openbis-extension/__init__.py
+
1
−
1
View file @
71f47791
name
=
'
jupyter-openbis-extension.server
'
name
=
'
jupyter-openbis-extension.server
'
__author__
=
'
Swen Vermeul
'
__author__
=
'
Swen Vermeul
'
__email__
=
'
swen@ethz.ch
'
__email__
=
'
swen@ethz.ch
'
__version__
=
'
0.2.
3
'
__version__
=
'
0.2.
4
'
def
_jupyter_server_extension_paths
():
def
_jupyter_server_extension_paths
():
return
[{
return
[{
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
71f47791
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
setup
(
name
=
'
jupyter-openbis-extension
'
,
name
=
'
jupyter-openbis-extension
'
,
version
=
'
0.2.
3
'
,
version
=
'
0.2.
4
'
,
author
=
'
Swen Vermeul | ID SIS | ETH Zürich
'
,
author
=
'
Swen Vermeul | ID SIS | ETH Zürich
'
,
author_email
=
'
swen@ethz.ch
'
,
author_email
=
'
swen@ethz.ch
'
,
description
=
'
Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself
'
,
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