Giter VIP home page Giter VIP logo

nbconvert-docker's Introduction

Nbconvert docker

Docker container to run Nbconvert. There are two versions: a complete one and another that does not install TeXLive, because it takes a long time and occupies a lot of space.

Image creation

Complete

To create the image from the Dockerfile, run (inside the repository folder):

docker build -f Dockerfile.Complete -t nbconvert-img:Complete .

Without TeXLive

To create the image from the Dockerfile, run (inside the repository folder):

docker build -f Dockerfile.NoTeX -t nbconvert-img:NoTeX .

Running

To run the image, type the command:

docker run --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix/ -v `(pwd)`/:/home/developer/develop nbconvert-img

It will create a container and map the current folder of your host to the ~/develop folder in the container. From there you can access the files inside the folder you were in.

Obs.: If you have built the two versions of the image for some reason, you may have to specify which one to run, nbconvert-img:Complete or nbconvert-img:NoTex.

Usage

Imagine you want to convert a notebook called notebook.ipynb that is inside ~/Documents to webpdf. Then just run:

cd ~/Documents
docker run --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix/ -v `(pwd)`/:/home/developer/develop nbconvert-img
cd develop
python3 -m nbconvert --to webpdf notebook.ipynb

nbconvert-docker's People

Contributors

lucas-kb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.