Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
JupyLabBook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIRIUS Beamline
Notebooks
JupyLabBook
Commits
7fb5a850
Commit
7fb5a850
authored
Jan 22, 2024
by
Arnaud HEMMERLE
Browse files
Options
Downloads
Patches
Plain Diff
remove dead link
parent
a6be2494
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
lib/frontend/notebook.py
+0
-2
0 additions, 2 deletions
lib/frontend/notebook.py
with
1 addition
and
3 deletions
CHANGELOG.md
+
1
−
1
View file @
7fb5a850
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## v3.1.2
## v3.1.2
-
Update LICENCE
and
CONTRIBUTORS.
-
Update LICENCE
,
CONTRIBUTORS
, docs
.
-
GIXS/area_detector: possibility to control the color scale (min, max).
-
GIXS/area_detector: possibility to control the color scale (min, max).
...
...
This diff is collapsed.
Click to expand it.
lib/frontend/notebook.py
+
0
−
2
View file @
7fb5a850
...
@@ -66,7 +66,6 @@ def create_cell(code, position='below', celltype='markdown',
...
@@ -66,7 +66,6 @@ def create_cell(code, position='below', celltype='markdown',
display
(
Javascript
(
js_code
.
format
(
position
,
celltype
,
encoded_code
)),
display_id
=
display_id
)
display
(
Javascript
(
js_code
.
format
(
position
,
celltype
,
encoded_code
)),
display_id
=
display_id
)
# Necessary hack to avoid self-execution of cells at notebook re-opening
# Necessary hack to avoid self-execution of cells at notebook re-opening
# See http://tiny.cc/fnf3nz
display
(
Javascript
(
"""
"""
),
display_id
=
display_id
,
update
=
True
)
display
(
Javascript
(
"""
"""
),
display_id
=
display_id
,
update
=
True
)
def
refresh_cell
():
def
refresh_cell
():
...
@@ -79,7 +78,6 @@ def refresh_cell():
...
@@ -79,7 +78,6 @@ def refresh_cell():
display
(
Javascript
(
"""
IPython.notebook.execute_selected_cells();
"""
),
display_id
=
display_id
)
display
(
Javascript
(
"""
IPython.notebook.execute_selected_cells();
"""
),
display_id
=
display_id
)
# Necessary hack to avoid self-execution of cells at notebook re-opening
# Necessary hack to avoid self-execution of cells at notebook re-opening
# See http://tiny.cc/fnf3nz
display
(
Javascript
(
"""
"""
),
display_id
=
display_id
,
update
=
True
)
display
(
Javascript
(
"""
"""
),
display_id
=
display_id
,
update
=
True
)
def
create_cell_action_widgets
(
is_delete_current_cell
):
def
create_cell_action_widgets
(
is_delete_current_cell
):
...
...
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