nbconflux
nbconflux converts Jupyter Notebooks to Atlassian Confluence pages
File Explorer
Download Latest Version (.zip)- get_content.py
- screenshot.png
- Welcome-to-nbconflux.ipynb
- __init__.py
- __main__.py
- _version.py
- api.py
- cli.py
- confluence.tpl
- exporter.py
- filter.py
- markdown.py
- preprocessor.py
- lots-of-plots.ipynb
- nbconflux-test.ipynb
- test_cli.py
- test_nbconflux.py
- .coveragerc
- .gitattributes
- .gitignore
- .travis.yml
- LICENSE
- Makefile
- MANIFEST.in
- README.md
- requirements-test.txt
- requirements.txt
- run_tests.py
- setup.cfg
- setup.py
- versioneer.py
# Installation Guide
git clone https://github.com/adtech-labs/nbconflux
Downloads the entire project code from GitHub to your computer.
cd nbconflux
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install nbconflux
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install nbconflux
Installs the package published on PyPI directly โ no need to clone the source.
Converts Jupyter Notebooks to Atlassian Confluence pages using nbconvert
Type this command into your terminal and run it.
--exclude-style Do not include the Jupyter base stylesheet
Type this command into your terminal and run it.
* In a Python script, Jupyter Notebook, etc.:
Runs the Python script (or module).
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make dev-env
Compiles the code based on the generated build configuration to produce an executable.
make test
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
