This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<style> | |
div.scrollable { | |
overflow: auto; | |
} | |
</style> | |
<meta charset="utf-8"> | |
{{ bokeh_css }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
''' | |
After the layout has been added to the root, exporting the png of a fig is | |
not possible anymore | |
With "bokeh serve export_test.py", the console output for me is the following: | |
doc_layout works | |
fig works | |
Layout is added to root | |
doc_layout works |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
"""A (german) google search for the words "google tierlaute" yields | |
a user interace with 57 animal noises. This script uses part of | |
the html from that search result page to download both the mp3 sound files | |
and the icon images. | |
The files are arranged and renamed into folders, which can be copied to | |
a phoniebox. | |
Also a DIN A4 paper sheet is created with the animal icons arranged to | |
fit onto 2.5 cm round RFID chips, when printed onto sticker paper. |