Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonyfast/clog

code blog
https://github.com/tonyfast/clog

blog jupyter-notebook

Last synced: 15 days ago
JSON representation

code blog

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
}