This script copied below was working fine until Friday. Today it gets stuck
when converting “resp” into dataframe (in red).
It also gets stuck if you go trying step by step in the IPython and get to
the same line in terminal embedded in Spyder, but strangely it does work if
you try it in a plain IPython Notebook (opened and just updated with
anaconda launcher too).
Do you think it has to do with the lastest release?
Thanks in advance
Gabriel
---------------------------------------------------------------------------------------------------------------------------------------------
*from tia.bbg import LocalTerminal*
*import pandas as pd*
*import talib*
*import numpy as np*
*import matplotlib.pyplot as plt*
*import datetime as dt*
*import pdb*
*today = dt.datetime.now()*
*today = today.strftime('%m/%d/%Y') *
*prices = ['PX_OPEN', 'PX_LAST','PX_HIGH','PX_LOW']*
*currency = 'USDMXN curncy'*
*startD = '01/01/2000'*
*endD = today*
*resp = LocalTerminal.get_historical(currency, prices,*
* start=startD, end=endD)*
*respdf = resp.as_frame()*
On Monday, August 24, 2015 at 11:47:17 PM UTC-3, Carlos Córdoba wrote:
>
> Hi all,
>
> On the behalf of Spyder’s development team (
> <https://github.com/spyder-ide/spyder/graphs/contributors>
> https://github.com/spyder-ide/spyder/graphs/contributors),
> I’m pleased to announce that Spyder 2.3.6 has been released and is
> available for
> Windows, GNU/Linux and MacOS X:
> <https://github.com/spyder-ide/spyder/releases>
> https://github.com/spyder-ide/spyder/releases
>
> This release represents two months of development since version 2.3.5.2
> and introduces several new features:
>
> - IPython Console
> - Make it fully compatible with IPython/Jupyter 4.0
> - Variable Explorer
> - Don’t refresh it when focused to avoid slow downs when working
> with big data
> - Add variable name to DataFrame editor
> - Fix several crashes and freezes when working with DataFrames
> - Under the hood
> - Use PyQt4 API #2 by default (API #1 is not supported anymore).
> This is necessary to support IPython/Jupyter 4.0
>
> We also fixed 12 bugs and merged 3 pull requests. For a full list of fixes
> see our changelog:
> <https://github.com/spyder-ide/spyder/blob/2.3/CHANGELOG.md>
> https://github.com/spyder-ide/spyder/blob/2.3/CHANGELOG.md
>
> Don’t forget to follow Spyder updates/news:
>
> - on the project website: <https://github.com/spyder-ide/spyder>
> https://github.com/spyder-ide/spyder
> - and on our official blog: <http://spyder-ide.blogspot.com/>
> http://spyder-ide.blogspot.com/
>
> Last, but not least, we welcome any contribution that helps making Spyder
> an
> efficient scientific development/computing environment. Join us to help
> creating
> your favorite environment!
>
> Enjoy!
> -Carlos
>
>
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.