Layne Sadler

Results 9 comments of Layne Sadler

Does `appdirs` apply here? Looks like Sublime is using it for packages. ![image](https://user-images.githubusercontent.com/76759666/110672652-3fcebe00-81a6-11eb-9c9b-d4eed18faa89.png)

Looking at the python equivalent: > pyarrow.parquet.read_table > "path... or file-like objects" > https://arrow.apache.org/docs/python/generated/pyarrow.parquet.read_table.html which enables > pandas.read_parquet() > "path... or file-like objects" > https://pandas.pydata.org/docs/reference/api/pandas.read_parquet.html

Is the port already in use by another service at the OS level? See how `2000` is in use but `2194-2196` are blank? http://www.networksorcery.com/enp/protocol/ip/ports02000.htm

hmm. so I could a file that is encrypted + compressed, and layers would allow the program to peel this back to handle that on the fly? what other types...

thanks @isabela-pf . I think @ellisonbg is just saying that we need a link to https://github.com/jupyter/surveys/tree/master/surveys/2020-12-jupyter-survey on this page https://github.com/jupyter/surveys#jupyter-user-surveys --- 👋 I just tried using https://htmlpreview.github.io/ to view https://github.com/jupyter/surveys/blob/master/surveys/2020-12-jupyter-survey/all_responses.html,...

![use_case_frequency](https://user-images.githubusercontent.com/76759666/108418264-ff130300-71fe-11eb-8de8-47dc587d22ab.png) # Weighting Used powers of 3 to simulate a day vs a week vs a few months. ```python { "daily": "81x", "weekly": "27x", "monthly": "9x", "every few months": "3x"...

![jupyter_vs_alternatives](https://user-images.githubusercontent.com/76759666/108421230-dc82e900-7202-11eb-8d3f-7d7fb2c54628.png) # Weighting Users were asked if Jupyter satisfied their needs (yes, neutral, no) and then asked the same question for their alternative tools. ``` (jupyter & yes: +1x, jupyter...

# So what should we do? # Let's brainstorm about it ![image](https://user-images.githubusercontent.com/76759666/108636329-8a380700-7452-11eb-92eb-357f8a0db63f.png) Research is both an industrial and academic topic. There’s an entire scientific community waiting to blossom to it’s...

Here is an example of improving "documenting research" capabilities: Similar to a _table of contents_ a notebook could have a **_table of figures_**. The figures are typically the best part...