Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter Notebook does not support smileys in MARKDOWN cells

I'm Windows 10 (64-bit) user and I'm using Anaconda2 (Python 2.7).

I have created many gists (as Markdown .md file) on Github which supports almost all the smileys available in this Web page.

When I tried to use :smile:, :boom: etc. in Markdown cell of Jupyter Notebook, it did not work and it seems Jupyter Notebook does not support smileys.

Please suggest me if there's any way to fix this.

Thanks.

like image 717
hygull Avatar asked May 06 '18 08:05

hygull


People also ask

How do you add Emojis to a Jupyter Notebook?

You can already use emojis in markdown - just copy and paste them in☺️. Visit getemoji.com, copy any of the emoji of your choice and paste in MARKDOWN cell of Jupyter Notebook. It will work.

Can we write LaTeX commands using dollar signs in the markdown cells of Jupyter Notebook?

The Jupyter Notebook uses MathJax to render LaTeX inside HTML / Markdown. Just put your LaTeX math inside $ $ . Or enter in display math mode by writing between $$ $$ .

How do you use markdown cells in Jupyter Notebook?

You can change the cell type of any cell in Jupyter Notebook using the Toolbar. The default cell type is Code. To use the Keyboard Shortcuts, hit the esc key. After that, you can change a cell to Markdown by hitting the m key, or you can change a cell to Code by hitting the y key.

Does Jupyter Notebook support markdown?

Jupyter notebook supports the markdown syntax. Jupyter Notebook consists of cells to organize the notebook content. It contains both cells that render text written using the Markdown syntax and cells that contain programming code.


1 Answers

I also checked by visiting a lot many sites and found Jupyter Notebook does not support Github styled emojis.

@RajmaniArya suggested good way in the comment above.

And it brought me to use copy paste technique to use emojis in Markdown cells of Jupyter Notebook.

https://emojikeyboard.org and https://www.webpagefx.com/tools/emoji-cheat-sheet/ are also best to quick copy of emojis as we don't need to do copy paste things (Just one click is enough to copy).

Have a look on the below gif which clears it.

enter image description here

You can also visit http://getemoji.com/ suggested by @RajmaiArya and https://gist.github.com/rxaviers/7360908 to copy and paste emojis if you want other different kind of emojis.

Thanks.

like image 108
hygull Avatar answered Sep 21 '22 05:09

hygull