Tags: Charismaticzone/Pluto.jl
Tags
## Pluto v0.12.7 [Diff since v0.12.6](fonsp/Pluto.jl@v0.12.6...v0.12.7) **Closed issues:** - Interactive inspector - lazy load more items (fonsp#102) - Floating-point display precision (fonsp#167) - support API for open and run a notebook file (fonsp#435) - How to make a self refreshing cell work? (fonsp#515) - Stuck at Loading... with problem code "with^S_terminal(dump, o)" (fonsp#518) - Problems with SVG files containing `<script>` (fonsp#546) - IOError when opening a new Pluto nb (fonsp#578) - JS `this` state should persist for self updating @Bind cells (fonsp#619) - RangeError: Start offset undefined is outside the bounds of the buffer (fonsp#620) - Feature request: Spell check for markdown cells (fonsp#622) - Pluto unusable on one of my installs. (fonsp#624) - Table of Contents/Outline (fonsp#629) - convert notebook to app (fonsp#630) - High CPU load on client side with long running notebooks (fonsp#631) - PDF output does not preserve links (fonsp#632) - Make the cell's runtime count up while the cell is running (fonsp#636) **Merged pull requests:** - start with all threads (fonsp#616) (@fonsp) - Remove the mini JSON serializer (fonsp#633) (@fonsp) - PJL-631 translateY keyframe animation (fonsp#634) (@pankgeorg) - πͺ Remove tree viewer HTML generation in PlutoRunner (fonsp#635) (@fonsp) - π΄ Lazy load more items (fonsp#638) (@fonsp) - Update Basic mathematics.jl (fonsp#639) (@Sleort) - PLJ-636 Make the cell's runtime count up while the cell is running (fonsp#640 (fonsp#640) (@pankgeorg)
## Pluto v0.12.6 [Diff since v0.12.5](fonsp/Pluto.jl@v0.12.5...v0.12.6)
## Pluto v0.12.5 [Diff since v0.12.4](fonsp/Pluto.jl@v0.12.4...v0.12.5) **Closed issues:** - Cells with @Bind value run twice (fonsp#275) - Backspace to delete cell is not ideal (fonsp#408) - Notebook without cells (fonsp#444) - Development: better VS Code experience (fonsp#460) - Updating a variable interpolated into a MathJax equation scrolls notebook (fonsp#535) - Don't assume Plutos deps are available from toplevel (fonsp#542) - Shortcut to run all selected cells (fonsp#556) - Input elements lead to too many cell evaluations (fonsp#567) - Since v0.12.4 : browser JS error on notebook opening (fonsp#576) - Pluto doesn't load if firebase did not initialize (fonsp#583) - Pluto frontend doesn't display ligature fonts despite using JuliaMono (fonsp#584) - Is macro incompatible with Pluto? (fonsp#585) - tabs/indenting (fonsp#586) - Output from commands not showing inside Pluto notebook but showing in Julia Terminal (fonsp#587) - IPv6 address printing (fonsp#589) - Failed to process update Error: BUFFER_SHORTAGE (fonsp#593) - `using` wants to run ahead of `add` (fonsp#595) - Bind canvas data to Julia array (fonsp#598) - Is there a way to detect command line execution? (fonsp#603) - Possible to autoreload packages which are devoloped in IDE like VS code? (Idea: no cluttering in notebook) (fonsp#604) - Extra space in nested markdown lists (fonsp#605) - CORS request did not succeed (fonsp#607) - [feature request] begin...end button ? (fonsp#610) - Cannot assign a value to variable IJulia.ans (fonsp#614) - Printing using markdown (fonsp#618) **Merged pull requests:** - End-to-end tests using Puppeteer and Jest (fonsp#387) (@novoselrok) - Sort autocomplete by showing lowercase first (fonsp#526) (@iboss-ptk) - Implement a fix for the "splitting" that http.jl was doing on websocket messages (fonsp#580) (@dralletje) - π Fancy JS animation magic support (fonsp#582) (@fonsp) - Correct 5 spelling issues, all in strings, touching no logic. (fonsp#588) (@PhilipLoewen) - Ligatures (fonsp#590) (@pankgeorg) - FAQ link location (fonsp#591) (@pbouffard) - Actually show the event that errored in the alert box (fonsp#594) (@Pocket-titan) - Open a pluto notebook directly (fonsp#601) (@GiggleLiu) - Shortcut to run selected cells (fonsp#602) (@pbouffard) - Autocomplete improvements (fonsp#606) (@fonsp) - IPv6 Address Printing (fonsp#608) (@UtkarshChemE) - WS fix (fonsp#609) (@fonsp) - jsdelivr for everything (fonsp#611) (@fonsp)
## Pluto v0.12.4 [Diff since v0.12.3](fonsp/Pluto.jl@v0.12.3...v0.12.4) **Closed issues:** - Error when deleting cell during execution (fonsp#152) - Remove deleted files from 'Recents' list (fonsp#174) - π§ Before Pluto v0.12 (fonsp#280) - Compress Live Docs button so that it can be shown with reduced window size (fonsp#447) - blank notebook screen when launching offline (fonsp#552) - can't run and add cell (fonsp#553) - Plotly (and PlotlyJS) don't appear in static HTML (fonsp#555) - "HTTP upgrade failed for unknown reason" when starting Pluto session (fonsp#557) - Formatting Live Docs (fonsp#558) - Failed to load notebook (fonsp#559) - Making executable file (fonsp#560) - Can't re-evaluate cells containing `Sympy.@vars` (fonsp#561) - Live Docs should look like Documenter.jl (fonsp#562) - Manually remove notebooks from "Recent sessions" (fonsp#563) - zipfile.ZipFile from python not working properly (fonsp#565) - someone else π broke cyclic refs (fonsp#568) - Cell dependencies not being correctly determined (fonsp#569) - Move button no longer does anything (fonsp#570) - Julia web assembly backend (fonsp#572) - Time to first notebook open (fonsp#573) - Issues using name `result` in global scope (fonsp#574) **Merged pull requests:** - Live doc search (fonsp#547) (@iboss-ptk) - add css style for code inside markdown (fonsp#551) (@Moelf) - Fix typo in Getting started.jl (fonsp#575) (@elliotsayes)
## Pluto v0.12.1 [Diff since v0.12.0](fonsp/Pluto.jl@v0.12.0...v0.12.1) **Closed issues:** - Support defining methods of a function in multiple cells (fonsp#177) - Images dont show in exported HTML (fonsp#380) - f(x).g() not recognised? (fonsp#418) - Use URL.revokeObjectURL() for images (fonsp#455) - Decide on JS API (fonsp#487) **Merged pull requests:** - π Include function signature in reactive edge - fix fonsp#177 (fonsp#538) (@fonsp)
## Pluto v0.12.0 [Diff since v0.11.14](fonsp/Pluto.jl@v0.11.14...v0.12.0) **Closed issues:** - Import/export Jupyter notebooks (fonsp#14) - Add support to display images. (fonsp#60) - Anyway to deploy on binder (fonsp#105) - Open default browser on run (fonsp#179) - Pluto disconnects after idle (fonsp#188) - π and βΆ in intro notebook are unclear (fonsp#221) - Can Pluto.jl & Revise.jl work together? (fonsp#238) - Live docs - include prefixed module in search term (fonsp#239) - Display DiffEqBase.ODESolution (fonsp#250) - Store notebooks in a permanent location by default (fonsp#265) - Document the list of keyboard shortcuts (fonsp#284) - Performance - delay creating codemirrors (fonsp#291) - Implement authentication token (fonsp#293) - Use JuliaMono font π€ (fonsp#296) - Versioning the file format (fonsp#311) - <input type="date"> html doesn't bind correctly (fonsp#319) - `Ctrl+C` to copy localhost:1234 in the terminal stops Pluto (fonsp#328) - Windows 7: `julia.exe` using 100% of a core when idle (fonsp#329) - Add an `x` on the left too (fonsp#331) - ERROR: Unable to automatically install 'MbedTLS' (fonsp#339) - do not change pwd after exiting Pluto (fonsp#342) - Detect cell ID using javascript (fonsp#347) - Open the standard Open File and Save File dialogs (fonsp#350) - Vector(undef, 3) does not show (fonsp#352) - LaTeXStrings repr with mixed text/math (fonsp#359) - Unable to download from URL from behind a corporate proxy server (fonsp#365) - A better config system (fonsp#366) - GeoArrays working in REPL, not working in Pluto.jl (fonsp#375) - @Bind doesn't update values within the same cell (fonsp#391) - Pluto doesn't use Pkg environments? (fonsp#393) - MsgPack is required but does not seem to be installed (fonsp#394) - Error when loading notebook with unicode operator (fonsp#397) - Copy paste entire cells (fonsp#399) - Occupy full window width (fonsp#400) - Don't launch browser over SSH (fonsp#401) - Cannot open URL (fonsp#402) - Pluto.run() opens url at "penguin.linux.test" (fonsp#404) - Screen centered layout (fonsp#406) - Pluto complains about multiple definitions (fonsp#409) - Pluto complains about multiple definitions (fonsp#410) - Error when using ScikitLearn.jl (fonsp#412) - Export {HTML, PDF} options reduce font size, hard to read (fonsp#413) - Wait for secret before redirecting to `/open` (fonsp#415) - Dependency on copy isn't detected (fonsp#417) - Idea for richer notebook format (fonsp#421) - Methods with unnamed arguments do not re-evaluate (fonsp#423) - Execute independent cells concurrently (fonsp#424) - Watch external file modifications (fonsp#426) - Visual reordering of cells (fonsp#427) - text not copying to appropriate buffer on linux (fonsp#431) - Convert Pluto notebooks to plain Julia code (fonsp#432) - Show result under cell (fonsp#438) - Bad query - ArgumentError: Malformed UUID string: "undefined" (fonsp#441) - Tab key should insert 4 spaces (fonsp#450) - @which macro shows local path but click through link is broken (fonsp#451) - SVector of Vector throws error (fonsp#458) - Include `with_terminal` in Pluto or PlutoUI (fonsp#459) - One-dimensional arrays lose relevant info in display (fonsp#461) - `try` block is not scoped correctly (fonsp#464) - Error on Ubuntu 16.04: `NaCl helper process running without a sandbox` (fonsp#465) - Problems using pluto.jl in WSL2's docker (fonsp#468) - Base.Display() like result modification (fonsp#470) - Disable auto-running of freshly opened notebooks/Trusting notebooks (fonsp#473) - struct inside let block is always global (fonsp#474) - user defined macro are not reactive (fonsp#477) - UUID string undefined on refresh (fonsp#479) - LaTeX macro dependency parsing? (fonsp#480) - Option to have linear cell dependency? (fonsp#481) - Weird syntax highlighting in string interpolation (fonsp#483) - Editing breaks Pluto (fonsp#490) - Input to cell broken after deleting parenthesis (fonsp#491) - Opening Github /raw links doesn't work (fonsp#492) - Incorrect "A new version of Pluto.jl is available" (fonsp#495) - Feature Request: scratch cells (fonsp#499) - [dev] Cell.js - is_hidden is always false (fonsp#500) - Feature request: allow scrolling past last cell (fonsp#503) - Programmatically export static HTML from Pluto notebook to deploy with docs. (fonsp#506) - doc: provide a list of all keyboard shortcuts (fonsp#507) - Run .julia/config/startup.jl at startup (fonsp#509) - Problem with similar functor definitions (fonsp#510) - Print function does not display anything in the notebook (fonsp#512) - Union with Parameter Type throws UndefVarError (fonsp#517) - URL doesnt work anymore (fonsp#519) - changing keyboard mappings for personal use (fonsp#523) - Variable value cannot be changed in other cells (fonsp#524) - Issue adding Pluto package to julia version 1.5.2 (fonsp#531) - Markdown ending with newline not displayed properly (fonsp#533) - Pluto.run docstring kwargs outdated (fonsp#534) **Merged pull requests:** - π Replace Roboto Mono with JuliaMono (fonsp#364) (@novoselrok) - β new config system without environment variables (fonsp#367) (@Roger-luo) - Wrap LaTeXString with `text{}` (fonsp#381) (@zmoon) - Replace hyphen with Em dash (fonsp#403) (@Immortalin) - fix undef showing (fonsp#411) (@Moelf) - π¨ Fix fonsp#413 - consistent styles for hide-ui.css (fonsp#414) (@ekzhang) - Revise support! (fonsp#416) (@fonsp) - On binder, put the token in the url so it can be shared (fonsp#429) (@fonsp) - On binder, put the token in the url so it can be shared (fonsp#430) (@fonsp) - add tests for notebook project resolution & fix a bug (fonsp#433) (@Roger-luo) - Consider cmd key for shortcuts on mac (fonsp#434) (@dralletje) - Bond sends files as Uint8Array instead of Int64 array (fonsp#439) (@dralletje) - π₯« Fix binder connection issues (fonsp#440) (@fonsp) - Fix 'undefineds' time unit for long running cells (fonsp#442) (@isofew) - Add a nice selection rectangle area thing (fonsp#443) (@dralletje) - Make sure cells don't use top-level return (fonsp#446) (@dralletje) - π @Bind t html"<input type=date>" (fonsp#453) (@fonsp) - π€· Hack markdown mode to work for blank cells (fonsp#454) (@ekzhang) - Blob images (fonsp#456) (@fonsp) - πΌ Embed images in exported HTML (fonsp#457) (@fonsp) - add unamed parameter type to references, fixes fonsp#423 (fonsp#462) (@Pangoraw) - fix show array elements no need to pass sliced array (fonsp#463) (@Moelf) - π Copy/paste functionality for cells (fonsp#466) (@ekzhang) - handle try catch in different scopes, closes fonsp#464 (fonsp#467) (@Pangoraw) - Comments using [ctrl-/] match the line indentation #οΈβ£ (fonsp#469) (@mossr) - Changed default location to ~/.julia/pluto_notebooks BUT (fonsp#475) (@fonsp) - handle macro definitions in ExpressionExplorer.jl, closes fonsp#477 (fonsp#478) (@Pangoraw) - Adding and removing CodeMirror instance on-demand, i.e. depending on β¦ (fonsp#484) (@pupuis) - Add Github /raw link support (fonsp#493) (@musabkilic) - 𧻠Julia Logging in browser console (fonsp#496) (@fonsp) - π Logging tweaks and fixes (fonsp#498) (@c42f) - Fixes condition for is_hidden for CellInput (fonsp#502) (@pupuis) - Use powershell instead of cmd to launch browser on Windows/WSL (fonsp#520) (@Pocket-titan) - Handle parametric type assignments, closes fonsp#517 (fonsp#521) (@Pangoraw) - Fixed some typos (fonsp#525) (@romaindegivry) - Make struct always a global scope (fonsp#527) (@iboss-ptk) - π Secret for access on multi-user computers (fonsp#529) (@fonsp) - Bugfix: Delete button not working on feedback field etc. (inputs) (fonsp#532) (@pupuis) - Multiplemethoddefinitiontests (fonsp#537) (@fonsp) - Javascript """""enhancements"""" (fonsp#539) (@dralletje) - upstream (fonsp#540) (@fonsp)
## Pluto v0.11.14 [Diff since v0.11.13](fonsp/Pluto.jl@v0.11.13...v0.11.14) **Closed issues:** - Global and Local Scope inside the for and while loop (fonsp#379) - Bad Query, Failed Process when trying to open hw0 Pluto Notebook (fonsp#386) - Can't use two calls to VegaLite.jl `@vlplot` in different cells if they use the same keywork arguments (fonsp#388) - Markdown syntax inconsistencies (fonsp#392) - interpolation in slider definition (fonsp#395) - Connect from a remote host? (fonsp#398) **Merged pull requests:** - add launbrowser on run (fonsp#190) (@mgautam98) - implement per notebook env in backend (fonsp#341) (@Roger-luo) - Highlight selected cell & minor UI tweaks (fonsp#372) (@marius311) - Move welcome message to end of code loading (fonsp#389) (@ianshmean) - π Add Ctr+M shortcut for toggling Markdown mode (fonsp#390) (@ekzhang)
## Pluto v0.11.13 [Diff since v0.11.12](fonsp/Pluto.jl@v0.11.12...v0.11.13) **Closed issues:** - Distinction between queued and running cells (fonsp#44) - Ctrl+C is not always caught (fonsp#123) - Enable Cmd + / for commenting all lines in a cell (fonsp#322) - Move FAQ back to GitHub Wiki (fonsp#344) - Stabilize and document Pluto backend API (fonsp#345) - A non-blocking Pluto.run()? (fonsp#346) - Buttons clickable but not visible on touch screen (fonsp#348) - [1, missing, 3] doesn't show (fonsp#354) - sample notebooks: pizza 5 cuts typo? (fonsp#356) - #Pluto live doc (fonsp#358) - Automatically reload from file (fonsp#360) - Failed to load notebook (fonsp#361) - Running this takes forever and essentially hangs the whole session (fonsp#362) - Unable to run cell with variable-setting macro twice (fonsp#371) - Coloured show (fonsp#374) - Stop button is gone (fonsp#376) **Merged pull requests:** - π Cell queued state (fonsp#349) (@shashankp) - rename contributing file (fonsp#353) (@shashankp) - Update README.md (fonsp#355) (@zuckberj) - Change the 5-cut hint-show condition (add 1) (fonsp#357) (@zmoon) - π Automatic reconnect (fonsp#370) (@fonsp) - Changed button opacity for pointer:coarse to be 0.25 permanently (fonsp#378) (@sravanth-chebrolu)
PreviousNext