rsayn

Results 8 comments of rsayn

I had the same issue: I solved it by using the `reduce-reducers` library to create a flat-combined reducer with the `map` reducer and a custom reducer for multiple add/remove/replace handling....

Sure, here's a screenshot of a page generated from a standard RST file: ![image](https://user-images.githubusercontent.com/30410534/79877941-220d3480-83ed-11ea-941d-ba3dcbfeba17.png) And here's a page generated from an .ipynb file: ![image](https://user-images.githubusercontent.com/30410534/79878074-4a952e80-83ed-11ea-8abd-9f0a29031c12.png) From what I saw, there are...

Bumping this, it's a must-have feature in my opinion. Pressing Alt + up/down arrow to multiline edit is something I'm always lacking when writing code in Jupyter notebooks. As a...

Hey @andrewnester! If I define jobs to run on this cluster I can include libraries from the job / task definition. However, my use case here is to boot an...

All right, thanks a lot! To further clarify: I _think_ (please confirm) all-purpose clusters can still be used for jobs. In that case, I'd expect any library configured on the...

Exactly. In my case I don't have any jobs attached to the cluster, so I can't use the setup you provided

Hello @andrewnester, any news about this? 🙏 LMK if I can help in any way!

Hello, do you have any news about this issue? We're currently using scripts based on the Python SDK to add libraries to interactive clusters after calling `databricks bundle deploy`, but...