You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.8 KiB
Plaintext

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# CSS Test"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div style=\"background-color:pink;padding:2em;color:red;\">Welcome :)</div>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<style>body{background-color:yellow;}</style>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"(above there is a \"hidden cell\", with a small CSS test)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Thinking out loud*: <div style=\"color:magenta;font-size:2em;line-height:1.4;\">If notebooks will be used as a <u>format</u> to publish through ... (next to the all the \"spatial\" layout experiments we will do), then *what* we publish is not only output, but also processes and tools (\"generators\": scripts and code, that produce structurations, systematics, etc!).</div>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Notes"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Curious to try to understand what \"jupyter-themer\" is? How could styling become part of the workflow?"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"And.... \"jupyter-book\""
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}