You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Documentation For PAWS
Revision as of 19:44, 14 March 2020 by imported>Karma2902 (Created page with "Python libraries can be utilized in a PAWS notebook. ==== Installing tensorflow library ==== Add "!pip install tensorflow" in the beginning of the notebook to use the tensorf...")
Python libraries can be utilized in a PAWS notebook.
Installing tensorflow library
Add "!pip install tensorflow" in the beginning of the notebook to use the tensorflow library.