Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Melusina
vDHd Volume
burghardt_embed
Commits
5f3107d2
Commit
5f3107d2
authored
May 28, 2021
by
Bernhard Liebl
Browse files
fix export
parent
cb23f9cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/nbutils.py
View file @
5f3107d2
...
@@ -88,7 +88,7 @@ def initialize(display_mode="auto"):
...
@@ -88,7 +88,7 @@ def initialize(display_mode="auto"):
def
_bokeh_show
(
root
):
def
_bokeh_show
(
root
):
bokeh
.
io
.
show
(
root
)
bokeh
.
io
.
show
(
root
)
bokeh
.
io
.
export_png
(
root
,
filename
=
"/Users/arbeit/Desktop/bokeh.png"
,
width
=
1200
)
#
bokeh.io.export_png(root, filename="/Users/arbeit/Desktop/bokeh.png", width=1200)
#bokeh.io.export_svg(root, filename="/Users/arbeit/Desktop/bokeh.svg")
#bokeh.io.export_svg(root, filename="/Users/arbeit/Desktop/bokeh.svg")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment