Samuel Cook
Samuel Cook
@jamesmortensen yes, I need to control headers sent to the grid! My grid is deployed behind Traefik and using the `Host` directive requires this header, so my test code needs...
I'd like to take a crack at this, if that's alright!
Having this issue, as well and manual setup isn't a workaround. Anyone know how to fix this? ### Reproduce: ``` yarn create next-app myApp cd myApp yarn add @nteract/core @nteract/stateful-components...
@pnutmath I've tried a lot of dynamic imports like this and it hasn't worked so far. Ideas on where this should be put? I'd like to get a definitive solution...
Hey @jai-dewani this is expected behavior. Google colab's environment doesn't include all of spark's dependencies, including pyspark, hence the ModuleNotFoundError. You'll need to install these dependencies first. This repo (https://github.com/asifahmed90/pyspark-ML-in-Colab)...