https://github.com/deathbeds/_routine
https://github.com/deathbeds/_routine
blog gist jupyter readable reproducible reusable
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deathbeds/_routine
- Owner: deathbeds
- Created: 2019-06-06T17:23:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T15:12:37.000Z (almost 7 years ago)
- Last Synced: 2025-07-09T12:52:52.209Z (11 months ago)
- Topics: blog, gist, jupyter, readable, reproducible, reusable
- Language: Jupyter Notebook
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.ipynb
Awesome Lists containing this project
README
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[](https://mybinder.org/v2/gh/deathbeds/_routine/master)"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
" import _routine"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['__all__',\n",
" '__builtins__',\n",
" '__cached__',\n",
" '__doc__',\n",
" '__file__',\n",
" '__loader__',\n",
" '__name__',\n",
" '__package__',\n",
" '__path__',\n",
" '__spec__',\n",
" 'a_better_blogging_layout',\n",
" 'conda_forge_history',\n",
" 'import_specific_type_checking',\n",
" 'import_specific_typing',\n",
" 'index',\n",
" 'name',\n",
" 'notebook',\n",
" 'p6_is_dirty',\n",
" 'qr_codes_are_magic',\n",
" 'quick_response_code',\n",
" 'shape_based_constraint_language']"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
" dir(_routine)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[NbConvertApp] Converting notebook readme.ipynb to markdown\n",
"[NbConvertApp] Writing 766 bytes to readme.md\n"
]
}
],
"source": [
" if __name__ == '__main__':\n",
" !jupyter nbconvert --to markdown readme.ipynb"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "p6",
"language": "python",
"name": "other-env"
},
"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.6.8"
}
},
"nbformat": 4,
"nbformat_minor": 4
}