# Tensorflow Template ![TensorFlowLogo.svg][nextjournal#file#407cec7b-4746-493f-99ca-756443ff5229] Remix this to start a Tensorflow article. The Keras (v2.2.4) and TFLearn (dev) frontends are available. ```python id=51b910a2-8dd0-41c5-ad6e-972ec2a3e2f4 import platform, tensorflow as tf print("Python version: %s.\nTensorflow version: %s.\n" % (platform.python_version(),tf.__version__)) tf.Session() ``` [nextjournal#file#407cec7b-4746-493f-99ca-756443ff5229]:
This notebook was exported from https://nextjournal.com/a/CGbm4P9MpJQ8WEkr653n1U?change-id=CiZZvWgKmsDpBrubacRjHz ```edn nextjournal-metadata {:article {:settings nil, :nodes {"407cec7b-4746-493f-99ca-756443ff5229" {:id "407cec7b-4746-493f-99ca-756443ff5229", :kind "file"}, "40f55a55-cdd5-4fb5-83c7-53a1e65c09af" {:environment [:environment {:article/nextjournal.id #uuid "02a590f5-9c26-4ed0-8f9c-c80ffceadca6", :change/nextjournal.id #uuid "5de430c6-4710-4b84-bb2a-2478af6d7fb6", :node/id "e2fcaa50-5709-46e8-98d1-dd8ae49514a2"}], :id "40f55a55-cdd5-4fb5-83c7-53a1e65c09af", :kind "runtime", :language "python", :type :nextjournal}, "51b910a2-8dd0-41c5-ad6e-972ec2a3e2f4" {:compute-ref #uuid "a5d0b493-3369-4899-bdb7-e3406d76f71f", :exec-duration 5737, :id "51b910a2-8dd0-41c5-ad6e-972ec2a3e2f4", :kind "code", :output-log-lines {:stdout 31}, :refs (), :runtime [:runtime "40f55a55-cdd5-4fb5-83c7-53a1e65c09af"]}}, :nextjournal/id #uuid "5b421a6a-b161-4de2-8ec9-554f5eb87cdf", :article/change {:nextjournal/id #uuid "5ee21720-e6ac-4f0a-b035-5b0ab30319d1"}}} ```