S H Yoon
S H Yoon
@MrPowers, pyspark did not download, which is great & thanks a bunch, but got `jellyfish` error below. Still, I do have it installed: ``` [hadoop@ip-172-31-83-44 ~]$ sudo /usr/bin/pip3 install jellyfish...
Below will work, but this means only works for `spark-submit`, while VSCode or vi repl will NOT. ``` mkdir $HOME/lib pip3 install ceja -t $HOME/lib/ cd $HOME/lib/ zip -r ~/include_py_modules.zip...
In file lua/iron/fts/python.lua. I see: ``` local pyversion = executable('python3') and 'python3' or 'python' ... (snip) ... python.ptipython = def({"ptipython"}) python.ipython = def({"ipython", "--no-autoindent"}) python.ptpython = def({"ptpython"}) python.python = {...
Here's a dumb/simple solution. If 1st line contains whitespace as the 1st character then just add ```if True:\n``` to the visual selection. Doing this manually for now. Not sure how...
I hope you can! This is a really something I would gladly spend time with you to help any way I can. Here's my hacky way of dealing with it....
Oh, this might make the whole job easier. > The secret sauce to this is textwrap.dedent. The textwrap module is in the standard library, so there’s really no excuse not...
Got it. Will attempt upgrading. Thanks,
Add me to an interested party. pudb is great but does not support Jupyter lab.
Guys you can try: https://github.com/hkupty/iron.nvim It's pretty good, but has its quirks. It is NOT refined as this is for multiple languages. So, it can't discern if you have an...
> Good call, @yelled1, and while you're there, pick up hkupty/nvimux as well. It simulates tmux and gives you the ability to use CTRL-B O to jump between REPL and...