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
bc0bd81c
Commit
bc0bd81c
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
bumped version to 0.3.0
parent
8eb018eb
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
+3
-2
3 additions, 2 deletions
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
5 additions
and
4 deletions
CHANGELOG.md
+
3
−
2
View file @
bc0bd81c
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
-
removed search-as-you-type feature, as it is not mature yet
-
removed search-as-you-type feature, as it is not mature yet
-
fixed notebook path problem in special environments
-
fixed notebook path problem in special environments
-
connection dialog: show when connection is being established
-
improved download path
-
upload dialog: better (and faster) file chooser
-
connection dialog: show that connection is being established
-
upload dialog: improved file chooser
-
upload dialog: save notebook automatically before upload
-
upload dialog: save notebook automatically before upload
## new in jupyter-openbis-extension 0.2.4
## new in jupyter-openbis-extension 0.2.4
...
...
This diff is collapsed.
Click to expand it.
jupyter-openbis-extension/__init__.py
+
1
−
1
View file @
bc0bd81c
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.8.dev1
'
__version__
=
'
0.
3.0
'
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 @
bc0bd81c
...
@@ -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.8.dev1
'
,
version
=
'
0.
3.0
'
,
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