How do I set PyCharm to follow Markdown links in a Jupyter notebook? Follow
I have a Jupyter notebook with the following two Markdown cells. If I open the notebook in a browser using a notebook server, the links work fine. If I open it in PyCharm, the links do nothing. How do I enable these in PyCharm?
# First Markdown Cell
* [Notebook](test-index.ipynb)
* [Markdown](test.md)
* [Text](test.txt)
* [Cell](#Second-Markdown-Cell)
* [Web](https://stackoverflow.com)
## Second Markdown Cell
Please sign in to leave a comment.
Hi, seems to be a known issue https://youtrack.jetbrains.com/issue/PY-44437
Please follow the issue for updates, feel free to vote and comment, and let us know if you need any help. If you're not familiar with YouTrack, please see https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications