Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Troubleshooting

jasercion edited this page May 16, 2018 · 12 revisions

Accumulate problems and solutions here.

Known Issues:

  • There are no man pages. There never will be, this is an artifact of the base centos container used. They removed manpages and I haven't figured out how to get them back.

###Windows:

  • If you can't access the Jupyter notebook via the token generated by the NotebookApp, open a Windows Powershell terminal and run ipconfig. Change the IP address in front of port 8888 in the token string (should be 0.0.0.0) to the address listed by ipconfig under the heading Ethernet adapter vEthernet (DockerNAT). Reload the page and the Notebook should appear.