convert jupyter *.ipynb file to markdown files
Project description
python3-nbctl
将ipynb文件转化为markdown文件/convert jupyter *.ipynb file to markdown files
Github Actions for Container ipynb to markdown
How to Use by Github Actions
- name: convert jupyter *.ipynb file to markdown
uses: x-actions/python3-nbctl@v1
with:
script: >
find <path> -type f -name "*.ipynb" | grep -v ".ipynb_checkpoints" | xargs -I{} nbctl --input {} --force --debug
Dev and Test
- local run
# install
pip3 install -r requirements.txt
python3 setup.py install
# or
pip3 install python3-nbctl
- help
nbctl --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python3-nbctl-1.0.0.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python3-nbctl-1.0.0.tar.gz.
File metadata
- Download URL: python3-nbctl-1.0.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30e61f3de944d616050de5d761596b99dac6fa01ebec776d8856c60bf3d70a08
|
|
| MD5 |
158643b44a9c958c15eae86e32dd6b50
|
|
| BLAKE2b-256 |
848a5e6ae316f35ed142300cb672d2090ebe7d0ef4e4a86127eec74b2a3e4e80
|
File details
Details for the file python3_nbctl-1.0.0-py3-none-any.whl.
File metadata
- Download URL: python3_nbctl-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f690af58f3e6b61863f585aa79c63b5528078299a3a070e63df59155a3f24d70
|
|
| MD5 |
6a8c505d98ce1e071481d67d098ef99c
|
|
| BLAKE2b-256 |
b7e17ed13732463ce43adf1288607b9884d2acae14bda05a64d3d3561c070a21
|