Skip to main content

Convert ipynb to hugo markdown files

Project description

python3-nbctl

将ipynb文件转化为hugo markdown文件/Convert ipynb to hugo markdown files

PyPI-python3-nbctl

Github Actions for Container ipynb to markdown

How to Use by Github Actions

      - name: install nbctl
        uses: x-actions/python3-nbctl@v1
      - name: convert ipynb to hugo markdown
        run: |
          find static/code/ai -type f -name "*.ipynb" | grep -v ".ipynb_checkpoints" | xargs -I{} nbctl --input {} -f

Dev and Test

  • local run
# install
pip3 install -r requirements.txt
python3 setup.py install

# or
pip3 install python3-nbctl

# run
nbctl

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-0.0.2.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

python3_nbctl-0.0.2-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