5

In an IPython notebook, when you look at some docs with ? or help(), a split frame is opened at the bottom of the screen where the documentation shows up. While I find this useful as a guide for continuing to play with some Python code, I would like to close this spit frame when I'm done reading the docs, so to get back the screen space. But I can't find instructions anywhere, not with Google and not in the IPython notebook docs how to do this?

Anybody knows?

Abhranil Das
  • 5,702
  • 6
  • 35
  • 42
K.-Michael Aye
  • 5,465
  • 6
  • 44
  • 56

2 Answers2

8

Doh, one has to click on the very slim divider line. The subframe then closes...

K.-Michael Aye
  • 5,465
  • 6
  • 44
  • 56
5

You have to press the q key. That works for me.

pschueller
  • 4,362
  • 2
  • 27
  • 50
roxdurazo
  • 745
  • 10
  • 21