Tensorflow with Jupyterhub

ODP 3.3.6.4-1 adds the Tensorflow libraries to JupyterHub so you can start using Tensorflow in your notebooks without any additional setup.

For example:

Bash
Copy

This gives the output something similar to the following.

Known Limitations

While using Tensorflow, you will see warnings when running the code:

This is a known issue with TensorFlow and the version of Protobuf it uses. The warnings can be safely ignored or can be filtered out by adding the following to your script:

Bash
Copy

Which makes the output look like this:

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated