https://github.com/multiqc/example-notebook
Example of using MultiQC within a Jupyter Notebook
https://github.com/multiqc/example-notebook
Last synced: 9 months ago
JSON representation
Example of using MultiQC within a Jupyter Notebook
- Host: GitHub
- URL: https://github.com/multiqc/example-notebook
- Owner: MultiQC
- License: mit
- Created: 2019-11-11T14:35:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T08:22:12.000Z (about 1 year ago)
- Last Synced: 2025-04-29T09:32:14.930Z (about 1 year ago)
- Language: HTML
- Homepage: https://seqera.io/multiqc/
- Size: 10.6 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Jupyter Notebook example
An example of using MultiQC from within a [Jupyter](https://jupyter.org/) Notebook.
> **Current status:** This repository is currently under active development
> and is not ready for use yet. Please check back soon! _[November 2019]_
### Quickstart
#### Running on Google Colab
You can load this notebook in Google Colab by using the following url:
https://colab.research.google.com/github/MultiQC/MultiQC_Notebook/blob/master/multiqc_example.ipynb
#### Running Locally
Run locally by installing [Jupyter](https://jupyter.org/) and launching within this directory:
```bash
git clone https://github.com/MultiQC/MultiQC_Notebook.git
cd MultiQC_Notebook
jupyter lab
```
## Contributions & Support
Contributions and suggestions for new features are welcome, as are bug reports!
Please create a new [issue](https://github.com/MultiQC/MultiQC_Notebook/issues).
Please refer to the [MultiQC documentation](http://multiqc.info/docs) first.
There is a chat room for the package hosted on Gitter where you can discuss
things with the package author and other developers:
https://gitter.im/ewels/MultiQC
If in doubt, feel free to get in touch with the author directly:
[@ewels](https://github.com/ewels) (phil.ewels@scilifelab.se)
### Contributors
Project lead and main author: [@ewels](https://github.com/ewels)