Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 450 Bytes

File metadata and controls

13 lines (8 loc) · 450 Bytes

NoteBookConvert

Open source Python package project who convert Jupyter notes into PDF file


  1. Open Terminal (Linux, MacOS) or get to point where you can execute python files in Windows

  2. Navigate to the folder containing the jupyter notebooks

  3. Get the package with pip install NoteBookConvert

  4. Install necessary packages from requirements with pip install -r requirements_dev.txt

  5. Type python + (nameofyournotebook)