wesm / pandas2

Design documents and code for the pandas 2.0 effort.
https://pandas-dev.github.io/pandas2/
306 stars 41 forks source link

Design Doc ipython is broken #72

Closed jbrockmendel closed 6 years ago

jbrockmendel commented 7 years ago

https://pandas-dev.github.io/pandas2/internal-architecture.html

ipython blocks are showing e.g.

In [9]: s = pd.Series([True, False, True])
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-9-9b974089dc19> in <module>()
----> 1 s = pd.Series([True, False, True])

NameError: name 'pd' is not defined

The "this exposition" link on the strings page now leads to a popup that tries to install Flash.

gfyoung commented 7 years ago

That's awkward...PR is welcome to patch!

iskandr commented 6 years ago

Just noticed this too but would have no idea how to fix it.

wesm commented 6 years ago

I will see if I can fix it today. The design docs were written almost 2 years ago, so need to be updated at some point as we've had a chance to think about requirements some more

wesm commented 6 years ago

Fixed