Skip to content

Instantly share code, notes, and snippets.

View radovankavicky's full-sized avatar
🐍
Pythonista

Radovan Kavicky radovankavicky

🐍
Pythonista
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / seaborn_scatterplot.ipynb
Created December 12, 2021 03:53 — forked from PatWalters/seaborn_scatterplot.ipynb
A Collection of Things I Frequently Forget How To Do With Seaborn Scatterplots
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / Dockerfile
Created February 26, 2021 11:31 — forked from dkvasnicka/Dockerfile
Racket Jupyter kernel setup for Deepnote.com
FROM gcr.io/deepnote-200602/templates/deepnote
RUN sudo apt-get update && \
sudo apt-get install -y libzmq5
# Derived from https://github.com/jackfirth/racket-docker which is
# licensed under the MIT license.
ENV RACKET_INSTALLER_URL=http://mirror.racket-lang.org/installers/7.8/racket-7.8-x86_64-linux-natipkg.sh
ENV RACKET_VERSION=7.8
@radovankavicky
radovankavicky / a_pandas_on_ray_blogpost_01.ipynb
Created July 8, 2018 10:46 — forked from devin-petersohn/a_pandas_on_ray_blogpost_01.ipynb
Pandas on Ray - Lessons learned Blog Post. Also introduces Modin, a project for unifying the APIs of computing engines.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / a_pandas_on_ray_blogpost_01.ipynb
Created July 8, 2018 10:46 — forked from devin-petersohn/a_pandas_on_ray_blogpost_01.ipynb
Pandas on Ray - Lessons learned Blog Post. Also introduces Modin, a project for unifying the APIs of computing engines.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / github.com.js
Created June 5, 2018 09:55 — forked from jish/github.com.js
Octocats for empty notifications
$(document).ready(function(){
if (document.location.pathname.match(/\/notifications$/)) {
var array = [
"adventure-cat",
"agendacat",
"andycat",
"baracktocat",
"bear-cavalry",
@radovankavicky
radovankavicky / gspread.ipynb
Created May 14, 2018 18:35 — forked from karlafej/gspread.ipynb
Import google sheet into pandas dataframe
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / gspread.ipynb
Created May 14, 2018 18:35 — forked from karlafej/gspread.ipynb
Import google sheet into pandas dataframe
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / LU_decomposition.ipynb
Created April 28, 2018 15:31 — forked from jfpuget/LU_decomposition.ipynb
A Speed Comparison Of C, Julia, Python, Numba, and Cython on LU Factorization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / LU_decomposition.ipynb
Created April 28, 2018 15:31 — forked from jfpuget/LU_decomposition.ipynb
A Speed Comparison Of C, Julia, Python, Numba, and Cython on LU Factorization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.