Search my gist by tags via:
user:myusername #tag
For example:
user:dominiquesydow #gist
# Run Jupyter notebooks via the console | |
# Here: TeachOpenCADD talktorials on https://github.com/volkamerlab/TeachOpenCADD | |
# Change to TeachOpenCADD directory | |
#cd /path/to/TeachOpenCADD | |
# Activate TeachOpenCADD conda environment | |
#conda activate teachopencadd | |
# Install kernelspec teachopencadd |
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"# Mol2 to PDB conversion" | |
] | |
}, | |
{ |
# Jeremy Tuloup - A tour of JupyterLab extensions | |
# https://mybinder.org/v2/gh/jtpio/a-tour-of-jupyterlab-extensions/master?urlpath=lab%2Ftree%2Fpresentation.ipynb | |
# 1. jupyterlab-git | |
# https://github.com/jupyterlab/jupyterlab-git | |
jupyter labextension install @jupyterlab/git | |
# 2. nbdime | |
# https://github.com/jupyter/nbdime | |
pip install nbdime |