philusnarh / PROJECT

1 stars 0 forks source link

Jupyter-Links #25

Open philusnarh opened 6 years ago

philusnarh commented 6 years ago

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_CHTML">

philusnarh commented 6 years ago

To install and enable the extension:

pip install jupyter_contrib_nbextensions jupyter contrib nbextension install --user jupyter nbextension enable equation-numbering/main python -m pip install --user jupyter_contrib_nbextensions

philusnarh commented 6 years ago

markdown notes https://support.zendesk.com/hc/en-us/articles/203691016-Formatting-text-with-Markdown

screen for jupyter https://gist.github.com/AdamGagorik/248bedfcccd5e9a0b6f953fa1dc87f1a

philusnarh commented 5 years ago

Using Jupyter Remotely ssh -N -f -L 127.0.0.1:8898:127.0.0.1:8898 user@remote-machine.com

jupyter-notebook --no-browser --port=8898

https://stackoverflow.com/questions/35399059/use-jupyter-notebook-on-my-local-computer-to-run-code-on-a-remote-computer

Key Permission https://www.jscape.com/blog/setting-up-sftp-public-key-authentication-command-line

https://askubuntu.com/questions/447820/ssh-l-error-bind-address-already-in-use

philusnarh commented 5 years ago

image