Skip to content

Instantly share code, notes, and snippets.

View dominiquesydow's full-sized avatar

Dominique Sydow dominiquesydow

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominiquesydow
dominiquesydow / env.yml
Created March 2, 2021 09:58
Minimal environment for the NGLviewer
name: nglview_minimal
channels:
- conda-forge
- defaults
dependencies:
# Base depends
- python>=3.6
- jupyter
- jupyterlab=2
- nodejs # Remove when using JLab3
@dominiquesydow
dominiquesydow / fit_3d_cloud_to_plane_pca.ipynb
Created August 5, 2020 14:39
Fit 3D point cloud to plane (PCA)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominiquesydow
dominiquesydow / biopython_qcpsuperimposer.ipynb
Created August 3, 2020 13:14
Example: Structural alignment with biopython
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominiquesydow
dominiquesydow / short_iterating_example.ipynb
Created July 30, 2020 15:28
Super short example for iterating stuff
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominiquesydow
dominiquesydow / rdkit_combine_multiple_molecules.ipynb
Created March 19, 2020 11:00
Combine multiple molecules in RDKit
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominiquesydow
dominiquesydow / chembl_activity.ipynb
Last active February 6, 2020 09:39
Transform activity ChEMBL query results to DataFrame - first element twice?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominiquesydow
dominiquesydow / jupyterlab_extensions.sh
Last active February 17, 2020 10:31
Jupyter Lab extentions list
# 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