All Projects → neilpanchal → Spinzero Jupyter Theme

neilpanchal / Spinzero Jupyter Theme

Licence: other
A minimal Jupyter Notebook theme

Projects that are alternatives of or similar to Spinzero Jupyter Theme

Delf Pytorch
PyTorch Implementation of "Large-Scale Image Retrieval with Attentive Deep Local Features"
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Scipy 2018 Sklearn
Scipy 2018 scikit-learn tutorial by Guillaume Lemaitre and Andreas Mueller
Stars: ✭ 247 (+0.41%)
Mutual labels:  jupyter-notebook
Guided Evolutionary Strategies
Guided Evolutionary Strategies
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Box Plots Sklearn
An implementation of some of the tools used by the winner of the box plots competition using scikit-learn.
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Pomegranate
Fast, flexible and easy to use probabilistic modelling in Python.
Stars: ✭ 2,789 (+1033.74%)
Mutual labels:  jupyter-notebook
Fouriertalkoscon
Presentation Materials for my "Sound Analysis with the Fourier Transform and Python" OSCON Talk.
Stars: ✭ 244 (-0.81%)
Mutual labels:  jupyter-notebook
Bayesian Optimization
Python code for bayesian optimization using Gaussian processes
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Conceptualsearch
Train a Word2Vec model or LSA model, and Implement Conceptual Search\Semantic Search in Solr\Lucene - Simon Hughes Dice.com, Dice Tech Jobs
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Audio Classification
Code for YouTube series: Deep Learning for Audio Classification
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Yolo Series
A series of notebooks describing how to use YOLO (darkflow) in python
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Zhihu
知乎看山杯 第二名 解决方案
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Recsys core
[电影推荐系统] Based on the movie scoring data set, the movie recommendation system is built with FM and LR as the core(基于爬取的电影评分数据集,构建以FM和LR为核心的电影推荐系统).
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Recmetrics
A library of metrics for evaluating recommender systems
Stars: ✭ 244 (-0.81%)
Mutual labels:  jupyter-notebook
Mltrain Nips 2017
This repository contains all the material for the MLTrain NIPS workshop
Stars: ✭ 246 (+0%)
Mutual labels:  jupyter-notebook
Human body prior
VPoser: Variational Human Pose Prior
Stars: ✭ 244 (-0.81%)
Mutual labels:  jupyter-notebook
Exploratory computing with python
Stars: ✭ 245 (-0.41%)
Mutual labels:  jupyter-notebook
Parametric T Sne
Running parametric t-SNE by Laurens Van Der Maaten with Octave and oct2py.
Stars: ✭ 246 (+0%)
Mutual labels:  jupyter-notebook
Wav2mid
Automatic Music Transcription with Deep Neural Networks
Stars: ✭ 246 (+0%)
Mutual labels:  jupyter-notebook
Bigquery Oreilly Book
Source code accompanying: BigQuery: The Definitive Guide by Lakshmanan & Tigani to be published by O'Reilly Media
Stars: ✭ 246 (+0%)
Mutual labels:  jupyter-notebook

Spinzero - Jupyter Notebook Theme

Personal theme that I use for Jupyter notebooks. It uses a chromatic palette similar to the popular solarized theme with excellent contrast against white background. Classic latex font - "Computer Modern" is used for body text to give it a professional/academic look. No official jupyter logo. Includes dataframe table formatting, matplotlib style, and a number of aesthetic updates to ensure clean, sophisticated and purposeful presentation. If you find errors or ways to improve, please submit and issue or a pull-request.

Installation instructions

Create a new directory ".jupyter/custom"[1] in your home folder if it doesn't exist. Copy the contents of this repository to the .jupyter/custom" folder such that custom.css file is located at .jupyter/custom/custom.css. If this method doesn't work, see [2].

[1] Custom directory can be found by launching Jupyter notebook and using the following commands:

import jupyter_core
jupyter_core.paths.jupyter_config_dir() + '\\custom'

For more information, see this Stackoverflow post: Link

[2] Launch jupyter notebook with a python kernel and type the following commands:

from distutils.sysconfig import get_python_lib
print(get_python_lib())

Try placing the custom.css such that it is located at: /Users/Username/miniconda3/lib/python3.7/site-packages/notebook/static/custom/custom.css

For more information, see this Github issue: Link

Color Palette

	      Hex			RGB
YELLOW      = #BA9600			[181,137,0  ]
ORANGE      = #BA5400			[186,84	,0  ]
RED         = #D43132			[176,47	,48 ]
MAGENTA     = #D14187			[209,65	,135]
VIOLET      = #793AC7			[144,89	,212]
BLUE        = #007AD0			[15 ,134,217]
CYAN        = #009489			[0  ,163,151]
GREEN       = #688A0A			[104,138,10 ]
GREEN       = #A05200			[156,98	,48 ]

BACKGROUND  = #F8F8F8			[248,248,248]
DARK GRAY   = #383838			[56 ,56 ,56 ]
MID GRAY    = #828282			[130,130,130]
LIGHT GRAY  = #D8D8D8			[216,216,216]

Screenshot

Notebook Design Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].