- fixed output display (no longer clips output)
- added seaborn style update
- fix toolbar style in terminal mode
- added notebook>=5.6.0 as dependency
- added style compatibility with
notebook 5.6.0
- binder update
- fixed prompt alignment across cell types
- only display run code-cell button on prompt hover
- fixed code cell soft-selected prompt style
- Apply theme to run code-cell button (input prompt)
- Fixed notification area alignment with kernel, modal_indicators
- disabled command/edit mode indicators in notification_area
- Markdown: align left for h1
- fixed header alignment (align center for h1; left for h<=h2)
- added glob import to jtplot
- add defaults folder to tar
- hopefully encoding error is fixed for Python2* users.
- added defaults folder with custom.css/js files to override JT on reset
- Several PR merged including new fonts, Markdown headers fixed, etc.
- apply style to table-of-contents sidebar
- merged PR #215 submitted by PegasusWithoutWings fixing lesscpy dependency
- updated setup.py dependencies to fix Travis checks
- fixed soft-selected cell border style
- misc. style updates
- updated all styles (fixed broken themes)
- misc. style updates
- merged PR #180 submitted by fry95116 fixing str formatting issue with
-mathfs
arg - misc. style updates
- fixed soft-selected cell highlighting
- misc. style updates from "safarinb" project (buttons, tabs, hover, focus, etc.)
- removed dependency check from setup.py script (caused issues with dependencies)
- added cl flag for setting math (latex) fontsize (
-mathfs
)
- added dependency check to setup.py script (prevent unnecessary dep upgrades)
- removed version on ipython requirement
- merged gruvbox themes PR
- modified selected code-cell behavior (border-left colors in command and edit_mode)
- removed command- and edit-mode border colors on output-prompt
- added
-altout
(--altoutput) argument for setting output area background to notebook bg**
- removed develop branch
- changed README build status to master branch
- correction to cell-width help docs (px or %)
- fixed bug caused by PR #152 preventing install on Windows machines
- added explicit pointers to layout and styles.less/.css package data in setup.py
- fixed neglected dependencies issue
- fixed hbox widget display (no longer vertically stacks objects)
- applied style to pager documentation
- added gridlines option to jtplot.style() to set linestyle of axis grid
- README update with more jtplot documentation
- removed seaborn from dependencies
- explicitly import stylefx and jtplot modules to _init_.py
- minor bug-fix in jtplot (prevent clist printing)
- improved monokai comment visibility
- solarized style improvements (l & d flavors)
- improved kernel-busy animation
- moved kernel-idle/busy code from extras.less to notebook.less
- notebook-fontsize (-nfs) adjusts header
- minor cosmetic improvements
- fixed matplotlib error in jtplot
- added check_dependencies() fx to prevent unnecessary dependency installs
- fixed pulse kernel-busy indicator
- fixed pulse kernel-busy indicator
- removed broken matplotlib dependency
- added pulse kernel-busy indicator
- added matplotlib and seaborn dependencies
- updated index.ipynb for binder and compiled themes
- minor cosmetic improvements
- removed some excess fonts from sans-serif and serif collections
- added option for setting pandas dataframe font-size (-dfs , --dffontsize)
- added option for output area font-size (-ofs , --outfontsize)
- minor cosmetic improvements
- all fonts now default to whatever browser defaults are (users can still specify custom code-cell (-f), text-cell (-tcf), and notebook (-nbf) fonts as before).
- improved prompt style for text cells
- re-compiled css for binder
- minor cosmetic improvements
- improved kernel and notification widget alignment
- added helvetica, helveticaneue fonts
- fixed bug that prevented install if fontname not recognized
- added compatibility for hide_header nbext
- minor cosmetic improvements
- made changes to solarizedd style
- added solarized-dark theme "jt -t solarizedd" (PR #103 submitted by raybuhr)
- fixed jupyter-soft-selected style (multiple cell selected)
- modified table style
- deprecated -alt/--altlayout (use -altp/--altprompt for smaller prompts, no number)
- fixed bug that prevented fonts from being imported correctly
- added compatibility for Jupyter terminal app
- improved toolbar and NB name visibility
- better syntax highlighting in tracebacks
- widened main menubar container at top of NB
- notification widgets no longer interfere with menubar height
- minor cosmetic improvements
- added Hasklig monofont
- improved text editor visibility
- minor cosmetic improvements
- README & doc updates for jtplot module
- style fixes for new "add keyboard shortcuts" form
- minor cosmetic improvements
- re-added solarizedl theme (accidentally not included in v0.15.1)
- updated styles for notebook 5.0
- changed solarized-light to solarizedl
- cosmetic changes to onedork, solarizedl
- themed plotting styles
- python 3.6 compatibility
- fixed attribute and property syntax highlighting
- removed 'TeX' as preferred mathjax font
- PR #102 submitted by pussinboot fixed font installation issue #71
-removed numpy dependency (meowklaski : PR #97)
-fixed linenumbers in onedork theme
-add solarized light theme (svendx4f: PR #84) -fixed bug that prevented theme reset -fixed bug that prevented cursor settings from being applied -made upload button visible on main page
- minor bug fixes and thematic adjustments
- add monokai theme (bdell : PR #59)
- apply theme to auto-complete menu (svendx4f : PR #69)
- added support for user less/precompiled themes (osamaar : PR #82)
- misc visibility improvements
- altlayout is now default for grade3 (white bg for txt/markdown)
- full functionality has been added for Python 3.5
- better theme integration for command palette, keyboard shortcuts
- integration with Running, Clusters, and NBExtension pages.
- added font options for code-cells and notebook body
- vim nbextension compatibility provided by alextfkd
- customizable cursor color and size