Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2021 03:44 AM
We implemented our code using threadpool
pool= ThreadPool(mp.cpu_count())
pool.map(fn_name,value_list)
My question is like how we can pass list type to notebook using widgets.. Currently we are taking string input and splitting it..