Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyfast/clog
code blog
https://github.com/tonyfast/clog
blog jupyter-notebook
Last synced: 15 days ago
JSON representation
code blog
- Host: GitHub
- URL: https://github.com/tonyfast/clog
- Owner: tonyfast
- Created: 2017-09-11T02:31:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T01:12:03.000Z (over 7 years ago)
- Last Synced: 2024-12-22T17:20:30.734Z (about 1 month ago)
- Topics: blog, jupyter-notebook
- Language: Jupyter Notebook
- Homepage: https://tonyfast.github.io/clog/
- Size: 2.25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.ipynb
Awesome Lists containing this project
README
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# [code and works](https://tonyfast.github.io/clog)\n",
"\n",
"pip install git+https://github.com/tonyfast/clog
"
]
},
{
"cell_type": "code",
"execution_count": 47,
"metadata": {},
"outputs": [],
"source": [
"from clog import *"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Build"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[NbConvertApp] Converting notebook index.ipynb to html\r\n",
"[NbConvertApp] Executing notebook with kernel: python3\r\n",
"[NbConvertApp] Writing 252782 bytes to index.html\r\n"
]
}
],
"source": [
"!jupyter nbconvert --execute index.ipynb"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"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.5.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}