-
Debugging code for parallel training is very painful, and it would be very appealing to be able to do it in a notebook.
The most relevant thing I found is https://github.com/philtrade/Ddip and http…
-
Hi, I am facing a problem that broke my jupyter after trying to install nbextension-configurator with conda-forge.
My conda also was removed and I got many problems that even I tried to remove nbex…
-
### What happened + What you expected to happen
what happened?
Previously I was using python3.8 with ray 2.7.0 to run some python parallel processing script on a cluster of aws spot instances and …
-
One neat idea that occurs to me is if the `Traceback` object implemented the [`_render_traceback_` method]( http://ipython.readthedocs.io/en/stable/config/integrating.html#custom-exception-tracebacks …
-
## Environment
Win 10
Python 3.6.2
IPython 6.1.0
## Error Description
- I installed the latest version of Jupyter by `pip install jupyter` successfully. I ran it and dashboard displayed by Chro…
-
Do we want to launch the `dask-scheduler` process on the cluster or do we want to keep it local?
Keeping the scheduler local simplifies things, but makes it harder for multiple users to share the sam…
-
Jupyternotebook in Jupyterhub when produced in HTML output has the following issues.
1. Some HTML tags are being displayed in HTML output.
2. Indentation changes suddenly.
3. Output resulted in c…
-
I'm interested in running the Criticality script, but while trying I ran into a couple of issues.
**Missing Modules**
I installed the needed modules by running the code, seeing the name of the mis…
-
Until recently, I have been able to use variations of the [parallel example](http://soft-matter.github.io/trackpy/dev/tutorial/parallel-locate.html) for particle localization successfully. However, I …
-
It is often convenient to pass around large-ish objects to python apps. Currently, for workflows with large numbers of tasks, this causes a memory explosion for the main Parsl process. This probably h…