logo

Powered by Jupyter Book

Back to top

Jupyter-Book Template Guide

Admonitions Gallery

Tunç Başar Köse

19. Admonitions Gallery#

Tip

A tip

Attention

Attention!

Caution

There are traps everywhere!

Danger

It’s actually pronounced Donger. It’s Dutch.

Error

404

Hint

Mint

Important

!!!!!!!!!!!!!!

Note

Remember to fix everything

See also

aaaaaa

Warning

bbbbbbbbbbbbb

I have a title

I have content

function square_list(l)
    l .^ 2
end
function square_list(l)
    l .^ 2
end

square_list([1,2,3])
3-element Vector{Int64}:
 1
 4
 9

The quick brown fox jumps over the sleazy dog.

Creative Commons License – This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International.

Contents
  • Welcome to this template

Guides

  • 1. Using the Template to Make a New Course
  • 2. Updating a Course to the Newest Template
  • 3. Animations and Interaction with Traveling Salesperson Problem
  • 4. Producing Standalone SVGs
  • 5. Linear Optimization and the Simplex Method
  • 6. Solving Mixed Integer Programs with Branch & Cut
  • 7. Gradient-based optimization
  • 8. Manipulating LaTeX Outputs of JuMP

Tooling

  • 9. Source files and outputs
  • 10. Use and Configure
  • 11. Building a PDF

Content

  • 12. MyST-and-Sphinx Way of Doing Things
  • 13. Math, Code Formatting and Execution
  • 14. Interactive Pages
  • 15. Interactive plots in Julia
  • 16. Diagrams

Other

  • 17. Annoyances
  • 18. About this Course
  • 19. Admonitions Gallery
  • Lecture (PDF)

  • Book (PDF)

Notebook Launcher

Choose public or private cloud service for "Launch" button.

Select a server

  • Public
  • Private

Launch Notebook