Skip to content

mausanpar/04-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Session 04

Jupyter and Markdown

Course Hero

Jupyter on the Cloud

Integrated Development Environment: An application that helps you develop software.

And dozen of others....

Markdown

Markdown Guide

Basic Markdown Syntax

Free Wes Bos Mastering Markdown Course

Writing on GitHub

Advanced use:

When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading
gantt
  title My Product Roadmap
  dateFormat  YYYY-MM-DD
  section Cool Feature
  A task           :a1, 2022-02-25, 30d
  Another task     :after a1, 20d
  section Rad Feature
  Task in sequence :2022-03-04, 12d
  Task, No. 2      :24d
Loading

Feedback

Your Feedback Matters

Please helps us filling up the Feedback Form.

Next session

We will learn more about Python as a Language.

Homework:

Article Image

Flat Earth Image

About

Jupyter Notebooks and Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%