-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: use conda incubator in benchmarks #39043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5eaf563
cb3f9a0
da8b43a
6493a5a
9d76bb5
8a534db
323daeb
7e79873
d462f03
6a416cc
bcd7943
24bb7c1
089b8ba
d788560
776cb83
8551328
a60be15
f8bcaa9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,7 +176,7 @@ New plotting methods | |
Vytautas Jancauskas, the 2012 GSOC participant, has added many new plot | ||
types. For example, ``'kde'`` is a new option: | ||
|
||
.. ipython:: python | ||
.. code-block:: python | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @fangchenli do you remember why you needed to make this change? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It caused an error while using incubator. But I didn't get the incubator to work for the doc build. I probably should revert it as well. >>>-------------------------------------------------------------------------
Exception in /home/runner/work/pandas/pandas/doc/source/whatsnew/v0.8.0.rst at block ending on line 201
Specify :okexcept: as an option in the ipython:: block to suppress this message
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-2-65b822729fc4> in <module>
----> 1 plt.figure()
NameError: name 'plt' is not defined
<<<------------------------------------------------------------------------- |
||
|
||
s = pd.Series( | ||
np.concatenate((np.random.randn(1000), np.random.randn(1000) * 0.5 + 3)) | ||
|
Uh oh!
There was an error while loading. Please reload this page.