Skip to content
Snippets Groups Projects
Commit 7fb5a850 authored by Arnaud HEMMERLE's avatar Arnaud HEMMERLE
Browse files

remove dead link

parent a6be2494
No related branches found
No related tags found
No related merge requests found
...@@ -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).
......
...@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment