hschilling
hschilling
Thanks for the speedy response! Just something simple to try things with: `def fib(n): a,b = 1,1 for i in range(n-1): a,b = b,a+b return a print fib(5)` The visualization...
`--------------------------------------------------------------------------- BdbQuit Traceback (most recent call last) in () ----> 1 get_ipython().run_cell_magic(u'nbtutor', u'--debug', u'def fib(n):\n a,b = 1,1\n for i in range(n-1):\n a,b = b,a+b\n return a\nprint fib(5)') /Users/hschilli/anaconda/envs/blue/lib/python2.7/site-packages/IPython/core/interactiveshell.pyc in...
Oh! I didn't even think of that. I just tried the first cell from primitives and it works fine. Will try another one with some indenting. BTW, I did try...
the functions examples work too!
Issue does not exist any more
Thanks, Dawson! In the search tab, if I put something in the search box, do a search, and then press Clear, the results go away as they should but the...
When you do a Submit, the text in the terminal has a typo ``` Model successfully Seved to Aircraft_Model.csv ```
This field looks like it might be hard to fill out. Can a popup menu be used for values that have a limited number of options?
Not sure what is different from when I tried the Search and commented about it, but now when I do searches, nothing shows up. For example, searching for "wing" results...