Questions tagged [rodeo]

Rodeo is a data science IDE built atop Project Jupyter and the Electron cross-platform desktop app framework

Visit the Rodeo Homepage to learn more.

Or install Rodeo for OS X, Windows, or Linux here: Rodeo Downloads Page.

44 questions
9
votes
4 answers

How to install Rodeo IDE in Anaconda python distribution?

I have a 64bit anaconda python distribution version 2.3 with python 3.4.3 installed on windows 7 machine. I searched about installing rodeo on top of this but seems like "conda install rodeo" wont work, so i did "pip install rodeo". "pip install…
GeorgeOfTheRF
  • 8,244
  • 23
  • 57
  • 80
6
votes
1 answer

ImportError: No module named 'jupyter_client'

I am trying to install RODEO on my debian jessie box. I've successfully pip installed rodeo and the installation was completed without any issues. However, when I type rodeo on the command line I am greeted with the following error…
Bussller
  • 1,961
  • 6
  • 36
  • 50
5
votes
0 answers

Rodeo 2.5 change terminal color theme

I was looking for a decent IDE for data science, and Rodeo seems about right. I want to change the theme color to dark, but in Preferences -> Editor -> Theme only changes a part of the theme, But not the terminal and the other stuff. Is it possible…
sheldonzy
  • 5,505
  • 9
  • 48
  • 86
5
votes
1 answer

"Unable to execute" message in Rodeo with Python 3.5

I'm a complete noob in Python, so please forgive this question if it's completely stupid. I had Canopy 1.4.7 installed on my system, working with Python 2.7. I just upgraded to Canopy 2.1.2, with Python 3.5. I'd been using Rodeo 2.5.2 as my…
Yehuda
  • 1,787
  • 2
  • 15
  • 49
4
votes
2 answers

data exploratory IDE (not including spyder) for python

I am a python user who is dependent on pandas/numpy/bokeh for data analysis. I normally use Jupyter notebook for all my prototyping and exploratory work, however I find that the notebook does not provide a similar experience as RStudio. Although, I…
codingknob
  • 11,108
  • 25
  • 89
  • 126
2
votes
0 answers

Changing the theme of yhat rodeo

I want to change the theme of the yhat rodeo, to a new theme which not in their themes, like Atom theme. Is there any way?
saman jahangiri
  • 687
  • 1
  • 5
  • 13
2
votes
0 answers

Python3.6 error passing array slice

I'm trying to plot some data using basemap inside a function (obs_ascsplot(d)). I pass a netcdf4 object to the function. I extract the variables and check the shapes. Then I pass only the 2D slice for the subplot. However, the error indicated that I…
Shejo284
  • 4,541
  • 6
  • 32
  • 44
1
vote
0 answers

Unable to run Rodeo IDE with python3

I have installed Rodeo on my Ubuntu 18.04 system and with python 2.7 it runs fine. When I try to run python3 in Rodeo IDE I am getting the error message that says "Jupyter is not installed" even though it should be. Does anyone know how to fix…
FAB
  • 27
  • 3
1
vote
0 answers

Rodeo giving error on Excel import working in Spyder

Full disclosure: I am a total beginner when it comes to Python in particular and programming in general. So please bear with me. Today I tried for the first time to play around some datasets on my own, outside of the sandboxed environment of online…
IgorM
  • 186
  • 1
  • 10
1
vote
1 answer

Python, Rodeo gives "Unable to execute" error

I have python 3.5 installed on my Windows 10 system. I am using Rodeo 2.5.2 as the interpreter. I had written a python code >800-900 lines on the same. When I try to select it all and trigger it, it just says "Unable to Execute" and shows nothing…
Aayush Agrawal
  • 184
  • 1
  • 6
1
vote
1 answer

How can I install ggplot on Python (Rodeo/Spyder)?

I've been trying to install ggplot on Rodeo for a while. I read some topics such as Installing ggplot for python failed with error code 1, pip install numpy (python 2.7) fails with errorcode 1 and Error while installing ggplot in python. None of…
dekio
  • 810
  • 3
  • 16
  • 33
1
vote
0 answers

How to run Rodeo with python 2.7 on windows?

I installed python 2.7.14 then Rodeo for windows. it seems my python installation was not useful because doc says : For Windows users, there are no requirements, just download Rodeo! (Rodeo for Windows ships with a built-in conda…
moodymudskipper
  • 46,417
  • 11
  • 121
  • 167
1
vote
1 answer

Which python package implement _representation and _kalman_filter for statsmodels?

I am setting up Rodeo with a few imports for the first time as newbie to python: import sys import pandas as pd import pylab as pl import numpy as np import statsmodels.api as sm But import statsmodels keeps giving errors. Here is the latest…
user938363
  • 9,990
  • 38
  • 137
  • 303
1
vote
1 answer

Trying to run Rodeo ('there was an error running python', 'Jupyter is not installed')

When I try to run Rodeo, I get this error: I am using Enthought distribution on Mac. I just upgraded to run Python 3.5, everything runs OK in Enthought and Jupyter is installed and running fine. How do I go about fixing this issue with Rodeo?
sslack88
  • 1,403
  • 3
  • 10
  • 15
1
vote
3 answers

Unable to install rodeo or spyder in my Ubuntu?

I'm trying to install an IDE for native ML/DA work but both of the top IDEs (spyder and rodeo) dont install on my system. syder installed using python3.5 -m pip install spyder but when I try to run spyder from Terminal using spyder I get the…
Dr Confuse
  • 605
  • 1
  • 7
  • 24
1
2 3