Skip to content

Instantly share code, notes, and snippets.

@andysingal
andysingal / anna.ipynb
Created May 4, 2023 08:42 — forked from krischer/anna.ipynb
anna.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andysingal
andysingal / colormaps.ipynb
Created May 4, 2023 08:32 — forked from krischer/colormaps.ipynb
Perceptually Uniform Colormaps in Matplotlib
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andysingal
andysingal / docker_notes.txt
Created January 8, 2023 16:20 — forked from sd031/docker_notes.txt
Detailed Docker notes from Docker Deep dive course
Course url: https://linuxacademy.com/containers/training/course/name/docker-deep-dive-part-1
==================== All Docker Command While Learning Docker =========================
Get a list of all of the Docker commands:
docker -h
====== Attaching to Container , run in background , name it ==========
Create a container and attach to it:
@andysingal
andysingal / pandas.ipynb
Created April 12, 2021 03:50 — forked from krischer/pandas.ipynb
Simple log analysis with Pandas
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.