Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose pygments styles #836

Closed
wants to merge 84 commits into from
Closed

Expose pygments styles #836

wants to merge 84 commits into from

Commits on Mar 16, 2018

  1. handling embeded images in html converter

    Lukasz Mitusinski committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    792f285 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Don't remove empty cells by default

    Fixes #720.
    mgeier committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    308fb29 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. test for attachments conversion

    Lukasz Mitusinski committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    cb50e63 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    cb27fe1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. update font-awesome version for slides

    Correoso Garcia authored and Correoso Garcia committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    ae98bab View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    1726d1f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Move preprocess logic into setup_preprocessor and start_new_kernel

    setup_preprocessor is a contextmanager that handles setting and cleaning
    up attributes needed by the rest of the execution logic (specifically
    self.nb, self.km, self.kc).
    
    start_new_kernel was previously a callback function and is now a
    separate method used inside setup_preprocessor.
    
    This also introduces a dynamic default for the `kernel_name` traitlet
    that checks if self.nb is defined to see if it has a kernel name, and
    otherwise will raise an AttributeError (since that means it is being
    relied upon without any way to know which kernel is to be used.
    mpacer committed May 19, 2018
    Configuration menu
    Copy the full SHA
    c1cb89c View commit details
    Browse the repository at this point in the history
  2. cleans up traitlet stuff

    moved _display_id_map help inside the declaration instead of comment
    
    unified named imports from traitlets
    mpacer committed May 19, 2018
    Configuration menu
    Copy the full SHA
    0de8f30 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    5cd757f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed9411f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d793902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9611e95 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Support for \mathscr

    igrmk committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    30912be View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. expose pygments style

    Tyler Makaro committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    48937b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. Fixed spelling

    Changed 'ouptut' to 'output'.
    rlabbe committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    f668b2f View commit details
    Browse the repository at this point in the history
  2. Documented '--inplace' command line flag.

    Per GitHub issue #837, document the '--inplace' command line
    flag.
    rlabbe committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    8f58ed4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Drop support for python 3.3

    berleon committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    05bd01a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #843 from berleon/drop-py3.3

    Drop support for python 3.3
    takluyver authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    3204729 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Add note about local reveal_url_prefix

    I noticed that absolute paths do not work since a URL is constructed from the directory, but this was not clear from the documentation. If someone has a better wording, I'll be glad to change it. 
    
    Also, this should updated in https://nbconvert.readthedocs.io/en/latest/config_options.html but the 'Edit on Github' button is broken.
    OliverEvans96 authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    b6ab551 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. move style option out of base preprocessor

    Tyler Makaro committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    800bc93 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary import

    Tyler Makaro committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    d9cbf2d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Merge pull request #816 from mpacer/config_kernel_manager

    Pass config to kernel from ExecutePreprocessor for configurable kernels
    MSeal authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    3a1eca8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Merge pull request #792 from vidartf/fix-widgets

    Update widgets CDN for ipywidgets 7 w/fallback
    SylvainCorlay authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    d8bccf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e58ed View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    7655d9a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Merge pull request #852 from SylvainCorlay/used-kernel

    WIP. Allow the execute preprocessor to make use of an existing kernel
    Carreau authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ee1e7e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #854 from SylvainCorlay/pytest-deps

    Move onlyif_cmds_exist decorator to test-specific utils
    Carreau authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    9f5c402 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. properly treat JSON data

    closes #846
    akhmerov committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    3d1a76f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Merge pull request #847 from akhmerov/bugfix/issue-846

    properly treat JSON data
    minrk authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    61f02a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #844 from OliverEvans96/patch-1

    Add note about local reveal_url_prefix
    minrk authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    ec8c320 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #830 from igrmk/mathscr

    Support for \mathscr
    minrk authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    5ec3f52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #793 from kikocorreoso/update-FA-version

    update font-awesome version for slides
    minrk authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    9f1a2aa View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    5847efd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    fe94c16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #862 from SylvainCorlay/execute-fixup

    No need to check for the channels already running
    SylvainCorlay authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    c60f7ad View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Merge pull request #860 from akhmerov/feature/execute-language-metadata

    populate language_info metadata when executing
    mpacer authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    1a7b848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d061612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bddccfa View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Add export_from_notebook

    I was working on jupyter/notebook#3879 and it
    looks like the intended way to determine whether the exporter should
    show up in the list generated by the notebook server was by checking
    `export_from_notebook`, but it isn't defined for any of the builtin
    exporters.
    
    The docs also say this specifies a friendly name for the exporter. In
    the PR mentioned above, I used the name defined by the entrypoint to key
    the exporter. It sounds like maybe we should use the value in
    `export_from_notebook` instead, so I've made them match, but perhaps
    it's confusing to have a "name" for the entrypoint in two places.
    starcruiseromega committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    0802328 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    80a1740 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Merge pull request #863 from driscollis/patch-1

    Fix minor typo in usage.rst
    blink1073 authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    cf56067 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #864 from starcruiseromega/set_endpoints

    Add export_from_notebook
    blink1073 authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    d084072 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #867 from mpetroff/add-latex-author-support

    If set, use `nb.metadata.authors` for LaTeX author line
    blink1073 authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    2f11f17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #780 from twosigma/lmitusinski/embeded_attachments

    handle embedded images in html converter
    blink1073 authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    d3c91bb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #784 from mgeier/keep-empty-cells

    Don't remove empty cells by default
    blink1073 authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    4d9fe03 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #839 from rlabbe/master

    Document --inplace command line flag.
    blink1073 authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6100503 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3053e08 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. A couple of typos

    Carreau committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    e1e7e89 View commit details
    Browse the repository at this point in the history
  2. Add python_requires metadata.

    Side question: are we ready to drop 2.7 ?
    Carreau committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    4a742d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Merge pull request #871 from Carreau/python_requires

    Add python_requires metadata.
    blink1073 authored Aug 31, 2018
    Configuration menu
    Copy the full SHA
    9896339 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #870 from Carreau/typoes

    A couple of typos
    blink1073 authored Aug 31, 2018
    Configuration menu
    Copy the full SHA
    81d6d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4eb7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db5618b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    867e12d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b49237 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Merge pull request #872 from mpacer/fix_api_break

    Fix api break
    MSeal authored Sep 1, 2018
    Configuration menu
    Copy the full SHA
    caf130e View commit details
    Browse the repository at this point in the history
  2. Fix Unknown exporter "ipynb" #3769

    Fix Unknown exporter "ipynb": Did you mean "notebook"
    Closes #3769
    elgalu authored Sep 1, 2018
    Configuration menu
    Copy the full SHA
    cae13ff View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Merge pull request #873 from elgalu/fix-unknown-exporter-ipynb-issue-…

    …3769
    
    Fix Unknown exporter "ipynb"
    blink1073 authored Sep 2, 2018
    Configuration menu
    Copy the full SHA
    cf59239 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Merge pull request #825 from mpacer/no_input_flag

    No input flag
    MSeal authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    8b47cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c3984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f64febd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #874 from MSeal/long_description

    Added long description to setuptools for new pypi page
    MSeal authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    87ed6b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    e058728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b684cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea7487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1272219 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21cfcac View commit details
    Browse the repository at this point in the history
  6. add Comprehensive Notes heading

    mpacer authored and MSeal committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    5e8704c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cff8dae View commit details
    Browse the repository at this point in the history
  8. Fixed various typos

    MSeal committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    80465f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. some formatting

    Carreau committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    fb38c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ae108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ddd5fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #876 from MSeal/release-changelog-5.4

    Release changelog 5.4
    MSeal authored Sep 6, 2018
    Configuration menu
    Copy the full SHA
    5ade53d View commit details
    Browse the repository at this point in the history
  5. release 5.4

    MSeal committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    a61dd4e View commit details
    Browse the repository at this point in the history
  6. Added dev back into version

    MSeal committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    0b38bce View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    c642009 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    3d49c62 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Merge pull request #887 from MSeal/release-docs-improvement

    Updated release instructions based on 5.4 release walk-through
    minrk authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    7336d6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #882 from mgeier/doc-warning

    DOC: Add missing language specification to code-block
    minrk authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    6dd08eb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. expose pygments style

    Tyler Makaro authored and t-makaro committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    30548c0 View commit details
    Browse the repository at this point in the history
  2. move style option out of base preprocessor

    Tyler Makaro authored and t-makaro committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    0a70b30 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary import

    Tyler Makaro authored and t-makaro committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    0e6b2da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc389f9 View commit details
    Browse the repository at this point in the history