Hi, I have a minor issue that I cannot sort out.
In jupyter notebook, I double-clicked on a cell and it became editable but now I’m not able to get out of edit mode. I looked in the help and online but couldn’t find a solution.
Does anybody have advice for me? thanks
It sounds like it was a “Markdown” cell that you double clicked on. Try just clicking on at cell to highlight it and then hitting “Shift-Enter” to “execute” the cell. For a code cell that will run it, but doing that to a “Markdown” (documentation) cell causes it to render.
thanks, it worked. I changed the cell type to ‘markdown’ and ran it.