Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uilianries/jupyter-conan
Live Conan documentation running over notebook
https://github.com/uilianries/jupyter-conan
conan docs jupyter notebook
Last synced: 5 days ago
JSON representation
Live Conan documentation running over notebook
- Host: GitHub
- URL: https://github.com/uilianries/jupyter-conan
- Owner: uilianries
- License: mit
- Created: 2018-06-30T20:19:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T23:28:28.000Z (over 6 years ago)
- Last Synced: 2024-12-16T07:45:14.640Z (7 days ago)
- Topics: conan, docs, jupyter, notebook
- Language: Jupyter Notebook
- Homepage: https://docs.conan.io
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/uilianries/jupyter-conan.svg?branch=master)](https://travis-ci.org/uilianries/jupyter-conan)
# Jupyter ConanLive documentation for Conan, running over notebook.
#### Summary
Conan docs is not enough sometimes to study how the tool works, so this project
tries to run as a live documentation.#### Docker support
Instead to run this project over your host, you could execute in a Docker
container.There are two ways to use Docker with this project.
##### Download from remotes
This docker image is available on hub.docker and could be installed by:
$ docker pull uilianries/jupyter-conan
##### Building the sources
To build the docker image on your machine:
$ docker-compose build
To run the container:
$ docker-compose run
#### Running
You could access Jupyter by your favorite web browser as well by the address:
$ firefox http://localhost:8888
#### License
[MIT](LICENSE)