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
1
vote
0 answers

How to import global and virtual environment packages in Rodeo?

I have recently installed Tensorflow in a virtual environment and its working fine. I previously installed numpy,pandas,matplotlib and other packages as global packages(python 2.7). I want to use Tensorflow with other global packages using rodeo…
Eka
  • 14,170
  • 38
  • 128
  • 212
1
vote
0 answers

rodeo python path not getting set

I installed anaconda but the envs folder is empty. So I gave the following D:\sw\python\python.exe, D:\sw\Anaconda3\python.exe in the textbox beside set path button but it didn't work. User Environment variables of my computer path: System…
SaikiHanee
  • 849
  • 5
  • 13
  • 22
1
vote
2 answers

How to import an updated module without restarting session in Rodeo?

In Rodeo, if my script A imports a module B, and I make modifications to module B after running script A once, I have to restart the session in order for my script A to read the updated module B, in the process wiping my workspace and namespace…
selwyth
  • 2,417
  • 16
  • 19
1
vote
1 answer

clearing the console and viewing dataframes in rodeo

I am using rodeo with jupyter however the keyboard shortcuts for switching to and clearing terminal are not working, and either is the ability to view and sort pandas dataframes by clicking on them in the top right panel. http://rodeo.yhat.com/docs/
yoshiserry
  • 20,175
  • 35
  • 77
  • 104
0
votes
1 answer

Python 3 , Rodeo IDE , Error: Pip is not installed

I installed Rodeo on Ubuntu 16.04.4 LTS using the following commands, (as listed at the rodeo website): sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 33D40BC6 sudo add-apt-repository "deb http://rodeo-deb.yhat.com/ rodeo main" ####…
maxE
  • 359
  • 1
  • 11
0
votes
0 answers

How to change datetime_index in Rodeo Python dataframe to datetime?

in Rodeo I created a dataframe with column 'Date' as a range of Date by inputing: temp_df = pd.DataFrame({ 'Date': pd.date_range('2017-01-01',periods=100,freq='D'), 'Value': np.random.normal(10,5,size=100).tolist() }) However, when I click…
0
votes
1 answer

Unable to import sklearn and statsmodels from Anaconda from windows 10 pro

I'm relatively new to python, so please excuse my ignorance on what could be a very easy fix. I am running python 3.6 through the Rodeo IDE, and it has been great, as it is similar to R-Studio (which I am very familiar with). As an aspiring data…
0
votes
2 answers

Rodeo IDE: unable to install new packages

I've been using Rodeo for a few weeks as a better (IMO) alternative to Jupyter Notebooks. But, it has a huge problem: I can't download any packages that didn't already come with it - for example, Seaborn. Whenever I try to do this on my work laptop,…
gnotnek
  • 309
  • 4
  • 14
0
votes
2 answers

Rodeo will not import packages but Jupyter can

I am not sure if this is an issue with Rode. Rodeo can not find the packages that Jupyter can find and import. When I run "py -m pip list", I get a list of packges. The packge (specifically "Quandl" is there I can import and use these packages…
0
votes
1 answer

Rodeo is not importing seaborn even it is installed in python

I am having the following Issue: ImportError: No module named 'seaborn' --------------------------------------------------------------------------- ImportError Traceback (most recent call…
0
votes
0 answers

I can't import gensim package using Rodeo

>>> import sys >>> sys.executable 'C:\\Users\\adil\\AppData\\Local\\rodeo\\app2.5.2\\resources\\conda\\python.exe' >>> ! conda install 'gensim' >>> import gensim Traceback (most recent call last) in () ---->…
adil arqib
  • 11
  • 1
0
votes
2 answers

Rodeo: ImportError: No module named 'statsmodels'

I just start to use Rodeo with Python 3.6.2. But there is an error when importing statsmodels under Windows 10. Here is the script: import pandas as pd import statsmodels.api as sm import pylab as pl import numpy as np When highlight import…
user938363
  • 9,990
  • 38
  • 137
  • 303
0
votes
1 answer

I can´t import packages after install with pip

I am trying to install packages with pip in Rodeo in Windows with: import pip pip.main(["install","gdal"]) It looks like it works, as console doesn´t give back me any errors. But when I try to import the package >>> import gdal as…
Lacococha
  • 128
  • 8
0
votes
1 answer

Tweets streaming to .txt file with Python

I have the below code and want to write the stream of tweets to a text file. Is there a way to include the output to text file within the same code and save it in the working directory? I am an IDE lover and really don't like using the console. I am…
Daniel Vargas
  • 980
  • 2
  • 13
  • 21
0
votes
0 answers

Rodeo permission denied

When i tried to run rodeo (python IDE) in linux Mint, i've got an error: $python Traceback (most recent call last): File "/opt/Rodeo/resources/app/node/kernels/python/start_kernel.py", line 18, in raise Exception('Jupyter is not…
Slavka
  • 1,070
  • 4
  • 13
  • 28