Difference between revisions of "Setup Toga with Spyder"

From OpenCircuits
Jump to navigation Jump to search
(Created page with "= Setup Toga with Spyder = <!--- Next is an example external link [http://www.example.com link title] This page is really just examples of my commonly used markup == Hid...")
 
Line 1: Line 1:
 
= Setup Toga with Spyder =
 
= Setup Toga with Spyder =
 +
 +
 +
= Goal =
 +
 +
Get Toga running ( preferabley with editable source code ) in Spyder and IDE for Python
 +
 +
for Toga see: '''[https://toga.readthedocs.io/en/latest/ Toga — Toga 0.3.0.dev10 documentation ]'''
 +
 +
This has not been easy, still not working as of July 30: see this page history for other dates.\
 +
 +
After a brief bout with windows, I decided to move to Ubuntu as a virtual machine under my Windows host.
 +
 +
Installed 18.4
 +
then installed Anaconda ( not everything seemed to work ) which did not get me Spyder.
 +
So I did a
 +
 +
      apt get spyder3
 +
 +
which seemed ok, I can now run Spyder
 +
 +
 +
  
  

Revision as of 12:44, 30 July 2018

Setup Toga with Spyder

Goal

Get Toga running ( preferabley with editable source code ) in Spyder and IDE for Python

for Toga see: Toga — Toga 0.3.0.dev10 documentation

This has not been easy, still not working as of July 30: see this page history for other dates.\

After a brief bout with windows, I decided to move to Ubuntu as a virtual machine under my Windows host.

Installed 18.4 then installed Anaconda ( not everything seemed to work ) which did not get me Spyder. So I did a

     apt get spyder3 

which seemed ok, I can now run Spyder