Integrations
Methods to integrate MINEO notebooks with external tools like Github and Git.
Git
Integrating MINEO with git is as simple as running ipython magic commands directly from your notebook. Git commands are preinstalled in the worker images, so you can use standard git commands directly in your environment:
!git clone <YOUR_REPOSITORY_URL>
Filesystem integration
MINEO's Git integration brings seamless version control into your workflow. You can perform common actions like commits and pushes directly from the file explorer. For anything more than a quick update, we recommend using this visual filesystem integration instead of running Git commands in the notebook. It's a safer and more intuitive way to manage your repository.
Github badges
It is possible to generate a badge and integrate it into any github repository to open a notebook stored on github directly in MINEO like this:
Just add a link with this structure:
https://b.mineo.app/import/[FULL_URL_TO_GITHUB_IPYNB_FILE]
For example, in markdown:
[](https://b.mineo.app/import/https://raw.githubusercontent.com/scikit-learn-contrib/boruta_py/master/boruta/examples/Madalon_Data_Set.ipynb)