Jupyter markdown not working -


i trying display bold words, equations , italic notes on jupyter notebook. however, can write comments '#' symbol , other attempts create indentation, bold words , equations not working.

i need able display math notations such as:

$^1/_2$ ${3 \over 4}$ 

could missing library import or similar ?

i'm using jupyter version 5.0 , anaconda python 3.5

you need convert cell markdown-type cell. can in command mode selecting cell , pressing m (if cell in edit mode green border, press esc first), or choosing "markdown" type dropdown in center of menu bar.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -