Skip to content

Instantly share code, notes, and snippets.

@zhaluza
zhaluza / jupyter-vscode-shortcut.md
Last active September 8, 2022 03:00
Shortcuts for Jupyter notebooks in VS Code

Working with environments

Create Conda environment from scratch: conda create -n [name] python=[version]

Create Conda environment from requirements in existing .yml file: conda env create -f [filename]

Activate Conda environment: conda activate [environment-name]

Export environment settings to YML file: conda env export > env.yml

@zhaluza
zhaluza / media-query.css
Last active April 22, 2019 03:22 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS