投稿

最新の投稿

Git --- Remaind and Tips memorandam for Git on Python and Google Colab ---Git活用のヒントand備忘メモ

イメージ
URL of the last BLOG https://shikuuk.blogspot.com/2025/12/google-colab-is-coming-to-vs-code.html  Previously I made the Virtual Dam Creat Code on my BLOG above. But I have had a part of improvement point in that code.  In advance, I commited the latest version code, that has finished as calculate the vertiaul dam, for Git below. Then I try to change a part of code, which selects a upper side among the either side of vurtual dam wall.  I created new branch, 'fuature/20251214_VirtualDam' by below code. ! git checkout -b fuature/ 20251214 _VirtualDam """このCommandで既に新しいbranchに切り替わっているらしい。  After that, I confirm the current branch below, so the current branch is shown 'fuature/20251214_VirtualDam', like below.   I reviced a part of the virtual dam create codes, show below surrounded by red frame line.  I think that this revicing is acting on the Feature branch, so I close this revicing code once. Then I move to Master brach, I make sure that the same code on t...

Google Colab is Coming to VS Code ? Amazing!

イメージ
Really? If it's real, amazing!!!! I try it immediatelly Details below URL (This URL is the link to ' 詳しくは、こちらのお知らせブログをご覧ください。 '  in above image. https://developers.googleblog.com/google-colab-is-coming-to-vs-code/ The Visual Studio Code(VSCode) is very popular editor for codeing in the varius programing langages globaly. First, I try to install the Visual Studio Code. As usual, I Learned the way of install by veiwing the Sapuu's YouTube below. https://www.youtube.com/watch?v=B8WnCAOcheM&t=893s  I install some extensions which Sapu has been recommended like below.  When we have finished the preparation of run Python as Sapu directions, we try to connect VSCode to Google Colaboratory as following the instructions in  https://developers.googleblog.com/google-colab-is-coming-to-vs-code/   We have to install Colab Extention like below to follow instruction.  When we click 'Python XX.YY.ZZ' (the part shown in the red frame in the figure below), it appears at ...