jimmybow
jimmybow
fix doc/groovy/AutoTranslation.ipynb `target = ((int) log(1 + r.nextInt(nnodes))/log(1.3)) ` to `target = (int) (log(1 + r.nextInt(nnodes))/log(1.3))` https://github.com/twosigma/beakerx/blob/master/doc/groovy/AutoTranslation.ipynb?short_path=079d141#L42
ipywidgets 8 is not surport, please add version info to setup.py ipywidgets>=7.6,
### Apache Hop version? 2.15.0 ### Java version? 17 ### Operating system Windows ### What happened? I loop run Table input to query multi sql, db is oracle and I...