GithubHelp home page GithubHelp logo

magican / ipython_extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minrk/ipython_extensions

0.0 2.0 0.0 108 KB

My IPython extensions

License: Other

Python 84.30% JavaScript 15.70%

ipython_extensions's Introduction

Miscellaneous IPython extensions

You can install each extension individually, or you can just clone the whole repo into your .ipython/extensions dir.

Autosave

An Extension for managing periodic autosave of IPython notebooks

install the extension:

%install_ext https://raw.github.com/minrk/ipython_extensions/master/autosave.py

load the extension:

%load_ext autosave

autosave every 30 seconds:

%autosave 30

disable autosave:

%autosave 0

trigger single save from Python (just like clicking the save button):

%savenb

Retina Figures

Enable 2x display of matplotlib figures

install the extension:

%install_ext https://raw.github.com/minrk/ipython_extensions/master/retina.py

load the extension:

%load_ext retina

Table of Contents

Automatically generates floating table of contents inside your ipnb from the headers. Autoresize and scroll capabilities.

install the extension:

%install_ext https://raw.github.com/minrk/ipython_extensions/master/nbtoc.py

load the extension:

%load_ext nbtoc
%nbtoc

run %nbtoc once more to refresh the Table-of-contents

ipython_extensions's People

Contributors

magican avatar minrk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.