Skip to main content

convert jupyter *.ipynb file to markdown files

Project description

python3-nbctl

将ipynb文件转化为markdown文件/convert jupyter *.ipynb file to markdown files

PyPI-python3-nbctl

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


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 hashes)

Uploaded Source

Built Distribution

python3_nbctl-1.0.0-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page