Comments on: How to reference python variable in jupyter notebook markdown cell https://www.codehamster.com/tools/how-to-reference-python-variable-in-jupyter-notebook-markdown-cell/ "Everything should be made as simple as possible, but not simpler." -- Albert Einstein Tue, 18 Sep 2018 10:43:09 +0000 hourly 1 https://wordpress.org/?v=6.4.4 By: connygy https://www.codehamster.com/tools/how-to-reference-python-variable-in-jupyter-notebook-markdown-cell/#comment-1754 Tue, 18 Sep 2018 10:43:09 +0000 http://www.codehamster.com/?p=798#comment-1754 In reply to Javier.

Hi Javier, sorry, I read this comment later, thanks very much for the mention. I will correct the post later! 🙂

]]>
By: Eric Greene https://www.codehamster.com/tools/how-to-reference-python-variable-in-jupyter-notebook-markdown-cell/#comment-1752 Mon, 19 Feb 2018 13:06:31 +0000 http://www.codehamster.com/?p=798#comment-1752 Excellent Post! Exactly what I needed! Thanks!

]]>
By: Javier https://www.codehamster.com/tools/how-to-reference-python-variable-in-jupyter-notebook-markdown-cell/#comment-1398 Wed, 12 Jul 2017 12:02:13 +0000 http://www.codehamster.com/?p=798#comment-1398 I think that the second step is not necessary. Check http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html:

“Conda
There are conda packages for the notebook extensions and the jupyter_nbextensions_configurator available from conda-forge. You can install both using

conda install -c conda-forge jupyter_contrib_nbextensions
This also automatically installs the Javascript and CSS files (using jupyter contrib nbextension install –sys-prefix), so the second installation step below can therefore be skipped.”

]]>