Jupyter Notebook superscripts and subscripts

+1 vote

How can I use superscripts and subscripts inside of Jupyter Notebook? I want to to use numbers to indicate references in footnotes.

Dec 6, 2018 in Data Analytics by Upasana
• 8,620 points
12,076 views

1 answer to this question.

0 votes

You can use the markdown cell to do this. To create a markdown cell, you need to select a cell and then press the escape key followed by the M key.

To check if the cell has been converted to markdown, look for In [ ]: seen to the right of the default code cell. It must be gone once the conversion has taken place. After that, input the following code that uses latex with markdown to represent sub-script/super-script:

Latex subscript:

$x_{2}$

Latex superscript:

$x^{2}$
answered Dec 6, 2018 by Shubham
• 13,490 points

edited Dec 12, 2018 by Shubham

Related Questions In Data Analytics

0 votes
2 answers

What is difference between Distributed search head and Search head cluster?

 A distributed environment describes the separation of ...READ MORE

answered Dec 4, 2018 in Data Analytics by Ali
• 11,360 points
2,096 views
0 votes
1 answer

Shut down the VM and restarted

Dear Raghu, Please let us know are you ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
596 views
+1 vote
1 answer

R query and Data Science

Dear Deepika, Hope you are doing great. You can ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
585 views
+1 vote
1 answer

Git - commited file and uncommited file

Hi Mittal, Git commit is necessary for pushing ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
386 views
0 votes
2 answers

"Train" and "Test" sets in Data Science

Normally to perform supervised learning you need ...READ MORE

answered Aug 3, 2018 in Data Analytics by Abhi
• 3,720 points
986 views
0 votes
0 answers

Bash Commands in Jupyter Notebook

Is it possible to use bash commands ...READ MORE

Mar 28, 2019 in Python by Mishti
• 480 points
1,141 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,069 views
+1 vote
1 answer

Machine Learning and Python Code

You can create an array called actualScore ...READ MORE

answered Dec 13, 2018 in Data Analytics by Shubham
• 13,490 points
564 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP