All Projects → mobeets → jekyll-ipython-markdown

mobeets / jekyll-ipython-markdown

Licence: other
build process for turning ipython notebooks into markdown files for your jekyll blog

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to jekyll-ipython-markdown

rk
The remote Jupyter kernel/kernels administration utility
Stars: ✭ 53 (+194.44%)
Mutual labels:  ipython-notebook
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+266.67%)
Mutual labels:  ipython-notebook
jekyll-theme-simplex
An original theme for golasblog project
Stars: ✭ 48 (+166.67%)
Mutual labels:  jekyll-blog
React-Jupyter-Viewer
A react component to embed .ipyb notebooks in a blog or something
Stars: ✭ 50 (+177.78%)
Mutual labels:  ipython-notebook
11 Python Matplotlib Module
Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader SciPy stack. It was introduced by John Hunter in the year 2002. One of the greatest benefits of visualization is that it allows us visual access to …
Stars: ✭ 206 (+1044.44%)
Mutual labels:  ipython-notebook
WhatATheme
A customizable Jekyll Portfolio theme which supports blogging.
Stars: ✭ 162 (+800%)
Mutual labels:  jekyll-blog
Artificial Intelligence Deep Learning Machine Learning Tutorials
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
Stars: ✭ 2,966 (+16377.78%)
Mutual labels:  ipython-notebook
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+1116.67%)
Mutual labels:  ipython-notebook
Jekyll-Spotify
Easily output Spotify Embed Player for jekyll
Stars: ✭ 15 (-16.67%)
Mutual labels:  jekyll-blog
my eu
Code and data for myeu.uk - find out what the EU has done for your area
Stars: ✭ 18 (+0%)
Mutual labels:  ipython-notebook
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (+322.22%)
Mutual labels:  jekyll-blog
panoramas-image-stitching
🖼 Stitching images into 360 panoramas
Stars: ✭ 155 (+761.11%)
Mutual labels:  ipython-notebook
nbmerge
A tool to merge / concatenate Jupyter (IPython) notebooks
Stars: ✭ 75 (+316.67%)
Mutual labels:  ipython-notebook
jekyll-rss-feeds
Templates for rendering RSS feeds for your Jekyll blog
Stars: ✭ 639 (+3450%)
Mutual labels:  jekyll-blog
python-grass-addon
How to write a Python GRASS GIS 7 addon
Stars: ✭ 45 (+150%)
Mutual labels:  ipython-notebook
sampling-methods-numpy
This repository contains implementations of some basic sampling methods in numpy.
Stars: ✭ 48 (+166.67%)
Mutual labels:  ipython-notebook
kamranahmedse.github.io
Blog created using github-pages-blog-action
Stars: ✭ 119 (+561.11%)
Mutual labels:  jekyll-blog
blog
blog source code
Stars: ✭ 16 (-11.11%)
Mutual labels:  jekyll-blog
Machine-Learning-Algorithms-From-Scratch
A collection of commonly used machine learning algorithms implemented in Python/Numpy
Stars: ✭ 43 (+138.89%)
Mutual labels:  ipython-notebook
guozeyu.com
我的网站文章的原始数据与历史
Stars: ✭ 17 (-5.56%)
Mutual labels:  jekyll-blog

This is a way to turn ipython notebooks into markdown files for your jekyll blog.

The idea is that you will (manually) run build to render any ipython notebooks in _notebooks/ as markdown into your _drafts/ folder. (These folder names can be changed by editing config.env).

Set up

  1. Go to your jekyll blog's root folder, for example:

    cd ~/Sites/blog
  2. Clone this repo into _notebooks/

    mkdir -p _notebooks
    cd _notebooks
    git clone https://github.com/mobeets/jekyll-ipython-markdown.git
  3. Edit config.env if necessary, then create the specified folders by running prepare:

    cd jekyll-ipython-markdown
    ./prepare

Usage

You can build one .ipynb at a time, or all at once.

Here's all you do:

cd _notebooks
./jekyll-ipython-markdown/build *.ipynb

This will build all your ipython notebook files in _notebooks/ and place the resulting markdown in _drafts/ and the resulting images in images/ipython. (These folder names can be changed by editing config.env).

You can also build individual files:

cd _notebooks
./jekyll-ipython-markdown/build test.ipynb

Extensions

  • Use fswatch to auto-build .ipynb files as they change
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].