python3-nbctl 1.0.0

Creator: bradpython12

Last updated:

0 purchases

python3-nbctl 1.0.0 Image
python3-nbctl 1.0.0 Images
Add to Cart

Description:

python3nbctl 1.0.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.