[jupyter] Beakerx Install

2019-07-18 Thread Layne Sadler
Been struggling getting Beakerx working with JupyterLab for a few days now: https://stackoverflow.com/questions/57104719/beakerx-in-jupyterlab-404-settings-not-found Inspecting the js console, JupyterLab can't find my beakerx settings. I have a feeling that this bash error has something to do w

[jupyter] Re: Unable to view the methods of np array after declaring it

2021-01-04 Thread Layne Sadler
Were you trying to access the methods of `testArray1` in line 2 before running cell 7? If so, then I would expect it to fail because (a) the variable `testArray` would not exist yet in memory, and (b) it would not have a chance to take on the ndarray class. The name is "Jupyter" On Monday, Jan

Re: [jupyter] Re: Unable to view the methods of np array after declaring it

2021-01-06 Thread Layne Sadler
e: image.png] > > Thanks > Ganesh > > On Tue, Jan 5, 2021 at 5:41 AM Layne Sadler > wrote: > >> Were you trying to access the methods of `testArray1` in line 2 before >> running cell 7? If so, then I would expect it to fail because (a) the >> variable `testArr

Re: [jupyter] Re: Unable to view the methods of np array after declaring it

2021-01-06 Thread Layne Sadler
Check out the kite plugin. On Wed, Jan 6, 2021 at 11:06 AM Layne Sadler wrote: > No. I’d suggest putting it in another cell for now. > > > On Wed, Jan 6, 2021 at 11:03 AM Ganesh wrote: > >> Hi Layne, >> >> Thanks for your email. >> >> Ideally when

[jupyter] Re: Help with working directories

2021-03-17 Thread Layne Sadler
Have you used JupyterLab? `pip install jupyterlab` then launch with `jupyter lab` It provides a file explorer similar to RStudio. `os.chdir('/path/to/files')` works 100% of the time for me. Hard to help you without you sharing the commands you ran. On Wednesday, March 17, 2021 at 12:50:32 PM UT

Re: [jupyter] Re: Help with working directories

2021-03-17 Thread Layne Sadler
>>>>> ERROR:root:Internal Python error in the inspect module. >>>>> Below is the traceback from this internal error. >>>>> >>>>> >>>>> On Wed, Mar 17, 2021 at 9:58 AM Stefan Oste >>>>> wrote: >>&g

[jupyter] Re: How to open Jupyter notebooks available in github

2022-02-02 Thread Layne Sadler
There are various implementations of Jupyter Notebook Viewer. Here is a local one for Mac: https://github.com/tuxu/nbviewer-app -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it