Sometimes I use ? to get help on a function. For a given function called f, I type ?f and then run the cell and it gives info for that function. But sometimes this doesn’t work. For example right now I have two different cells in a Jupyterlab where it works in one cell but not the other. If I type ?maximum into one cell it gives me help but in another cell it says syntax: invalid identifier name “?”.
My Jupyterlab has a number of problems so maybe I just need to reinstall that or something.