All Projects → jakevdp → Jakevdp.github.io Source

jakevdp / Jakevdp.github.io Source

Licence: mit
Source for my Pythonic Perambulations blog

Projects that are alternatives of or similar to Jakevdp.github.io Source

Allstate capstone
Allstate Kaggle Competition ML Capstone Project
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Ar Browser Sudoku
Solving Sudoku Puzzles in the Browser Using Augmented Reality
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Make A Map Geopandas
Tutorial on how to make a choropleth map using Geopandas and Matplotlib in Python.
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Prml
Some IPython notebooks based on Bishop's "Pattern Recognition and Machine Learning" book
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Emacs Ipython Notebook
Jupyter notebook client in Emacs
Stars: ✭ 1,185 (+1523.29%)
Mutual labels:  jupyter-notebook
Pydata pandas
A PyData workshop on pandas
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Python nlp tutorial
This repository provides everything to get started with Python for Text Mining / Natural Language Processing (NLP)
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Factorhub
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Rl Workshop
Reinforcement Learning Workshop for Data Science BKK
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Visjs2jupyter
visJS2jupyter is a tool to bring the interactivity of networks created with vis.js into jupyter notebook cells
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Public
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Aws Research Workshops
This repo provides a managed SageMaker jupyter notebook with a number of notebooks for hands on workshops in data lakes, AI/ML, Batch, IoT, and Genomics.
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Cs231n
CS231n Convolutional Neural Networks for Visual Recognition (winter 2016) - Assignments
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Maths For Ml
Notes and solutions for the Mathematics for Machine Learning Specialization
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Mapclassify
Classification schemes for choropleth mapping.
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Lectures Labs
Slides and Jupyter notebooks for the Deep Learning lectures at Master Year 2 Data Science from Institut Polytechnique de Paris
Stars: ✭ 1,184 (+1521.92%)
Mutual labels:  jupyter-notebook
Predicting Diseases From Symptoms
Training a decision tree to predict diseases from symptoms.
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Bootcamp2018
Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSM Lab Boot Camp 2018
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Pydata la 2018
Added repo for PyData LA 2018 tutorial
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook

Source for http://jakevdp.github.io

This repository contains the source for http://jakevdp.github.io/.

Building the Blog

Clone the repository & make sure submodules are included

$ git clone https://github.com/jakevdp/jakevdp.github.io-source.git
$ git submodule update --init --recursive

Install the required packages:

$ conda create -n pelican-blog python=3.5 jupyter notebook
$ source activate pelican-blog
$ pip install pelican Markdown ghp-import

Build the html and serve locally:

$ make html
$ make serve
$ open http://localhost:8000

Deploy to github pages

$ make publish-to-github
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].