https://github.com/deathbeds/wheelie
Create wheels containing notebooks, python, and data using nbconvert
https://github.com/deathbeds/wheelie
Last synced: 10 months ago
JSON representation
Create wheels containing notebooks, python, and data using nbconvert
- Host: GitHub
- URL: https://github.com/deathbeds/wheelie
- Owner: deathbeds
- Created: 2018-05-02T04:39:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T17:35:05.000Z (over 7 years ago)
- Last Synced: 2025-02-28T10:39:52.996Z (11 months ago)
- Language: Jupyter Notebook
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.ipynb
Awesome Lists containing this project
README
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[NbConvertApp] Converting notebook wheelie/exporter.ipynb to black\n",
"[NbConvertApp] Writing 561 bytes to wheelie/exporter.py\n",
"[NbConvertApp] Converting notebook wheelie/setup.ipynb to black\n",
"[NbConvertApp] Writing 1205 bytes to wheelie/setup.py\n",
"[NbConvertApp] Converting notebook wheelie/wheelie.ipynb to black\n",
"[NbConvertApp] Writing 5209 bytes to wheelie/wheelie.py\n"
]
}
],
"source": [
"if __name__ == '__main__':\n",
" !source activate p6 && jupyter nbconvert --to black `ls **/*.ipynb`"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"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.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}