Anton Kulaga

Results 150 issues of Anton Kulaga

I see that there is jupyterlab-plotl extension as well as https://github.com/alexarchambault/plotly-scala . Maybe it is possible to integrate (or explain how to integrate) plotly charts into polynote?

good first issue
server
ui

Even though I am overall happy about Scala type suggestion, the python one is really weak. It does not take into consideration the fields that I have in my type...

enhancement
python

When I draw charts with seaborn and other libraries I do not have the button to download the chart, especially if the chart is svg-based. I suggest to: 1) consider...

needs-more-info
python

In Firefox when switching between tabs (usually to edit or copy-paste from one notebook to another) after one or two switches the editor does not write to the cell of...

ui
browser-compatibility

In Jupyter there is an nb_conda_kernels extension that allows selecting conda environments. It would be nice to have something similar in polynote https://github.com/Anaconda-Platform/nb_conda_kernels

help wanted
feature-idea
python

I failed to make polynote work with Scala 2.12 and Spark 2.4.4 ( my current docker container is https://github.com/antonkulaga/bigdata-docker/tree/master/containers/polynote ). Probably the classpath issue, as it cannot find org.apache libraries....

bug
spark

It will be nice to be able to run polynote notebooks as functions from commandline in such case they can be made a part of DVC and other ML pipelines

enhancement

It would be nice to be able to have bash interpretor (like they have it in Zeppelin) because for many tasks running the command in bash is still the fastest...

language-support

When I try to compile, I get: ``` Failed to execute goal on project cellocad: Could not resolve dependencies for project org:cellocad:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.cellocad:netsynth:jar:1.0,...

When I try: ```bash mvn spring-boot:run ``` I get: ```bash 7693 [org.cellocad.Application.main()] INFO org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer - Error starting ApplicationContext. To display the auto-configuration report enable debug logging (start with --debug) 7693...