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.
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.
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 $$ $$ .
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.
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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With