David Molina
David Molina
I setup google analytics as you show in your documentation: `google_analytics: ['UA-xxxxxxxx-x', 'hostname']` Then I used `mkdocs gh-deploy` to deploy the website but google analytics is not tracking the site....
**Describe the bug** Following the [documentation ](https://docs.microsoft.com/en-us/azure/hdinsight/spark/apache-spark-jupyter-notebook-install-locally) I want to connect to a HDI4 cluster But I'm getting `IIS 10.0 Detailed Error - 502.3 - Bad Gateway` error. **To Reproduce**...
**Issue** I'm starting a new project and placed this [line](https://mvnrepository.com/artifact/org.jupyter-scala/scala-kernel_2.12.1/0.4.2) in the `build.sbt` file and I'm getting in the logs: `module not found: org.jupyter-scala#scala-kernel_2.12;0.4.2` **build.sbt content** ``` name := "Scala...
Hi, I was looking for examples about how to add multiples layers using a `for` loop and I got something similar to this [code](https://github.com/deKeijzer/Multivariate-time-series-models-in-Keras/blob/master/notebooks/Hyperas%20CNN.py) (line 85). Did you notice the...
Hi, I tried to pass a callback in a `hyperas` `minimize` iteration without success. Here the error I got: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () 5...
I got this error trying to use a `Beat` instance as a key in a dictionary: ```cmd File ~/Documents/personal/GuitarProML/.venv/lib/python3.8/site-packages/guitarpro/models.py:69, in hashableAttrs..hash_(self) [67](file:///Users/damolina/Documents/personal/GuitarProML/.venv/lib/python3.8/site-packages/guitarpro/models.py?line=66) toEvolve[field.name] = new_value [68](file:///Users/damolina/Documents/personal/GuitarProML/.venv/lib/python3.8/site-packages/guitarpro/models.py?line=67) newSelf = attr.evolve(self, **toEvolve)...
Hi there, wondering if with this library I can rename fields in a PDF. If so is there any docs? Thanks!
**Describe the enhance** It will be a great feature if vscode can recognize the databricks notebook `py` files as a notebook and allow us to select the databricks cluster as...