JuliaControl / JuliaControl/ControlSystems.jl

Pretty inline display of LTISystems

Open
#157 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Julia
Stars
582
Forks
92
Avg merge
1h 12m
Merged PRs (30d)
2

Description

In Jupyter and Juno we can display systems in a prettier way than we are currently doing. Instructions on displaying LaTeX is given here
http://docs.junolab.org/latest/man/info_developer.html

Essentially, one has to define (pseudo code)

function Base.show(io::IO, ::MIME"text/html", G::TransferFunction)
    "\$\\dfrac{$(G.num)}{$(G.den)}"
end

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named; start by locating the existing inline display implementation for LTI systems and read the linked Juno developer instructions. Done means TransferFunction systems render as the intended LaTeX fraction in Jupyter and Juno inline displays.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia, jupyter
Domain
developer-experience
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.