Skip to content

Instantly share code, notes, and snippets.

View simicd's full-sized avatar

Dejan Simic simicd

View GitHub Profile
@simicd
simicd / custom.css
Last active December 29, 2019 15:19
Jupyter Notebook styling sheet
/* Main section */
#notebook-container{
box-shadow: none !important; /* Remove box shadows */
max-width: 1000px;
}
.container {
width: 80% !important;
}
@simicd
simicd / Dockerfile
Last active November 17, 2019 20:34
PySpark dockerfile
# Source: https://hub.docker.com/r/jupyter/pyspark-notebook
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
ARG BASE_CONTAINER=jupyter/scipy-notebook
FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root
@simicd
simicd / cloudSettings
Last active August 2, 2020 11:29
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-02T11:29:35.550Z","extensionVersion":"v3.4.3"}