Giter VIP home page Giter VIP logo

base16-ipython-notebook's People

Contributors

nsonnad avatar tristanfisher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

base16-ipython-notebook's Issues

Ocean dark was just what I was looking for...

...with just one tweak. I reversed the input area color because white was just... too bright.

37 div.input_area {
38   /* Input area with dark background; */
39   background-color: #1e222a; /* added */
40   border-radius: 0px;
41   border: 1px solid #4f5b66;
42 }
43 /* Set light on dark text; */
44 div.CodeMirror-code pre {
45   color: white;  /* added */                                                        
46 }

Cheers!

Missing themes

Hi and thanks for maintaining this project!

Would you mind updating the themes? I'm trying to setup the theme tomorrow-night, and noticed that you do not have it in your ipython-3/output/ directory.

Jupyter themes

Hey for anyone interested, here's some full Jupyter notebook themes I scratched together. (Sorry for the
ere's some full Jupyter notebook themes I scratched together. (Sorry for the bloated CSS code). https://github.com/dunovank/jupyter-themes

I posted the link at http://goo.gl/Ct5tuH originally but thought it wouldn't hurt to throw it up here as well.
And by the way, huge thank you to nsonnad. This repo is an awesome resource.

Any way keep the themes when exporting pages as HTML?

Hello,

These themes look great: thanks for making them.

If I'm using IPython NB to author content for the web, is there a way I can keep the theme when I export the file as HTML to host on my web server?

Thanks
Ken

CSS Breaking In IPython 3.0

First of all, thank you for your work in putting these themes together. Light themes (such as IPython's default theme) hurt my eyes.

I upgraded to IPython 3.0 today, and discovered that my menu bar is gone when calling ipython notebook --profile=solarized-dark (a partial screenshot of the top of one of my IPython notebooks):

screen shot 2015-03-02 at 4 18 59 pm

I almost thought that this was an issue with IPython for a moment, but then I called ipython notebook, and the menu bar reappeared:

screen shot 2015-03-02 at 4 24 12 pm

revel slideshows

Can you use these themes with the reveal slideshow extension for jupyter?

LaTex coloring on Output

First, thanks for making these. Very awesome and makes working in the notebook even better. I just noticed an issue with LaTex output. When done through a markdown cell, it appears white in the dark theme as it should, yet when LaTex is generated for an Output cell the color remains black. Probably a simple fix. I've included a screen shot (FYI, I'm using IJulia with SymPy.jl), the white LaTex is generated with a markdown cell, the other generated as Output.

notebook_theme_issue

Additional Screenshots

Hi! Thanks for making these fantastic themes.

I whipped up a short script to generate a screenshot of all of them:

echo "Activate firefox window (3 seconds...)"
sleep 3
for theme in base16-*
    cat custom_preamble.css $theme > custom.css
    echo -n "Displaying $theme, screenshot in 5..."
    xdotool key F5
    sleep 1
    echo -n " 4..."
    sleep 1
    echo -n " 3..."
    sleep 1
    echo -n " 2..."
    sleep 1
    echo -n " 1..."
    sleep 1
    import -w 26211608 "/home/adam/Pictures/ipynb-themes/$theme.png"
    echo " done. Next theme..."
end

The results are here: http://imgur.com/a/G1jhr

Feel free to link or download and use them! If you like I could add a PR with all the screenshot images and an index page but perhaps just linking to the album is easier.

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.