Coder Social home page Coder Social logo

Comments (5)

jjhelmus avatar jjhelmus commented on July 24, 2024

IDLE is a minimal "IDE" that is included with Python itself. It can be run using idle3 in a Python 3.x environment of idle in Python 2.7. IDLE is bare-bones and you might be looking for something more full featured. A number of people use Jupyter notebooks for creating and running Python code. Jupyter is available in berryconda after installing the notebook package.

Jupyter Lab is a full featured browser based development environment. Packages do not yet exist for berryconda but I'll look into adding them.

Spyder has a large number of dependency which make it difficult to build for the Raspberry Pi.

from berryconda.

hbeggs avatar hbeggs commented on July 24, 2024

Ah ok, that makes sense. One more question then: I'm trying to install wxpython to use a GUI for spectrometer use, but installing through berryconda doesn't work (it can't find wxpython). Is this just a limitation of berryconda, or am I doing this wrong?

from berryconda.

jjhelmus avatar jjhelmus commented on July 24, 2024

berryconda does not provide a wxpython package.

from berryconda.

jjhelmus avatar jjhelmus commented on July 24, 2024

jupyterlab is now available for berryconda. To create a new conda environment and run the application use:

conda create -n jl python=3.6 jupyterlab
source activate jl
jupyter lab

Then point your browser at the URL. If you want to access the Jupyter Lab instance from other machines use jupyter lab --ip XX.XX.XX.XX replacing XX.XX.XX.XX with the IP address of the Raspberry Pi.

from berryconda.

hbeggs avatar hbeggs commented on July 24, 2024

Appreciate it!

from berryconda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.