Muhammad Yasirroni

Results 159 comments of Muhammad Yasirroni

This works, finally: ``` jupytext --set-formats notebooks//ipynb,scripts//py:percent .\notebooks\*.ipynb ``` Inspired from https://github.com/mwouts/jupytext/issues/629#issuecomment-702610254

This variant also working: ``` jupytext --set-formats notebooks//ipynb,scripts//py:percent .\notebooks\\*.ipynb ``` But, this fails, ``` jupytext --set-formats notebooks//ipynb,scripts//py:percent .\\notebooks\\*.ipynb ``` Importantly. `\` is dangerous in this context for windows I think?

At least, 3.8 is still supported until 14 October 2024 [source](https://endoflife.date/python), [source](https://devguide.python.org/versions/).

`branch: ${{ github.head_ref }}` is to change on which branch it comes from. How to make it push on the committer fork instead of the upstream on pull request?

I would like to, but after reading this repo, I think I need to learn `meta_kernel`, or even submit PR there first (?) and I'm afraid I can't make it....

> inputs contains complete information of the output It seems that the paper might be a scam. I've found some repo complaining some kind of this problem and the author...

> I have implemented a Keras version and did some simplifications, I could upload the code if there are needs. Can I look at your implementation? You might also write...

Is this `label` support referencing and `list of code`? Can you help give minimum working example? @haenry

No [pypi package](https://pypi.org/search/?q=agots) either.

> > I'm using Windows 7 > > I installed successfully python 3.4.3 and "the fuck" package by using "pip install thefuck" on command line > > However, I don't...