hoangthienan95

Results 10 comments of hoangthienan95

From #239, it seems like if I go with option 2, then running one `execute_notebook`, letting the job notebook starts up the Dask cluster might be better?

For solution 3, which scheduler do you use at work? Can you give me/point me to a minimum viable example of monitoring the papermill tasks and then pull the results...

Would something like this work? https://docs.prefect.io/guide/tutorials/dask-cluster.html

@MSeal thank you for the help! I'm still wrestling with how to monitor the task when LSF has no API to ping back my local process when the job finishes,...

Are "Trustworthiness" and "continuity" still the two best measures for evaluating the embedding? In `validation.py`, I see the parameter `max_k` in the function `trustworthiness_vector`. How do I choose this parameter?...

Update, after a long time trying, I got the versions to match up and it now shows the FigureWidget in Jupyterlab. However, the `scatter.on_selection(selection_fn) part doesn't work. The table does...

Hi @Chris7 I'm running Wooey on a remote machine (a login node on the LSF cluster I mentioned). The specs for this machine is below, it's `Linux` and not Windows....

I didn't change anything from the defaults. Just did `wooify -p ProjectName`to start a project from scratch and then `celery -A your_project_name worker -c 1 --beat -l info` and `python...

I agree with @bjtho08 ! left-click = select 1, shift + left-click = select multiple

@philippjfr thank you so much that worked!!!! I thought it was only needed for the plotting functionality.