Open
Description
Documentation Changes Needed:
-
1. Move cell information to a more visible location (and maybe multiple locations or redirect with header link)
- Seems like their is a lot of information regarding cells and how to make them in
docs/Usage/NotebookFiles.md
, this should be moved somewhere else. Not everyone may be importing and exporting. A good place could be in the "Gettting Started" page. - Done by Update Cell Docs #1745
- Seems like their is a lot of information regarding cells and how to make them in
-
2. Update the Troubleshooting Doc with the issues linked and all the different solution types.
- Issues: atom/hydrogen wont run python #1684, Python 3 Kernel Issue #1665, Import Error: DLL load failed for a cython __init__ call #1550, DLL Load failed error importing numpy #1517, Issue with Hydrogen and Miniconda #1500, Hydrogen breaks with a Python 3.7 env but works fine with a 3.6 one #1405. The solutions may need to be sorted and then throwaway if they are too complex or have no benefit over another.
-
3. Add a Doc for Hydrogen Settings and what they do.
- While we do provide a description, sometimes that is not enough and can lead to a lot of confusion. It may be helpful to provide examples of our settings.
- This stems from the
languageMappings
setting, which seems to confuse people regularly even our contributors sometimes.