mwermelinger / Learn-to-code-for-data-analysis

Jupyter notebooks and datasets for this course
102 stars 226 forks source link

Code Cell in Jupyter #12

Open bsstertius opened 3 years ago

bsstertius commented 3 years ago

I cannot write to the code cell whilst working through the Jupyter Exercise book. What am I doing wrong ? Thanks in anticipation

mwermelinger commented 3 years ago

I never heard that error reported for these notebooks. Do you mean you can’t edit any code cell, it doesn’t even allow you to type in the cell?

bsstertius commented 3 years ago

Thats right. The tutorial says that clicking to the left of the cell allows editing within the cell - and the border changes colour (?). None of this happens in the note book I have on screen.

I wonder if I somehow have a copy of the notebook rather than one intended for student use.

Bernard

On Thu, 14 Jan 2021 at 17:28, Michel Wermelinger notifications@github.com wrote:

I never heard that error reported for these notebooks. Do you mean you can’t edit any code cell, it doesn’t even allow you to type in the cell?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mwermelinger/Learn-to-code-for-data-analysis/issues/12#issuecomment-760344542, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASNK4GHEFHFBXKITA3ZFGMTSZ4STRANCNFSM4V55LFKA .

mwermelinger commented 3 years ago

Sorry for the delay replying. Jupyter has two modes: edit (green cell border) and command (blue border). Clicking on the left selects the cell and switches to command mode. Clicking in the cell or pressing ENTER switches to edit mode. Pressing on ESC also switches to command mode.

All notebooks are for student use, there’s no separate read-only copy. HTH.

bsstertius commented 3 years ago

Thanks for getting back to me. I can report that today the cells in Jupiter notebooks are behaving as expected. Frustratingly, I don't know that I did anything different - but at least I can now be confident that the installation is OK.

Best wishes

Bernard

On Sun, 24 Jan 2021 at 19:31, Michel Wermelinger notifications@github.com wrote:

Sorry for the delay replying. Jupyter has two modes: edit (green cell border) and command (blue border). Clicking on the left selects the cell and switches to command mode. Clicking in the cell or pressing ENTER switches to edit mode. Pressing on ESC also switches to command mode.

All notebooks are for student use, there’s no separate read-only copy. HTH.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mwermelinger/Learn-to-code-for-data-analysis/issues/12#issuecomment-766418317, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASNK4GAYB4GIGNOJU32PVK3S3RYRNANCNFSM4V55LFKA .