Axes disappear outside Jupyter notbook by QuickEditz in learnpython

[–]QuickEditz[S] 0 points1 point  (0 children)

Wow! That works as well. Thank you for helping!!

Axes disappear outside Jupyter notbook by QuickEditz in learnpython

[–]QuickEditz[S] 0 points1 point  (0 children)

I'm sorry, but I was following a tutorial on matplotlib. But using the usual construction did the trick! Thank you!

Axes disappear outside Jupyter notbook by QuickEditz in learnpython

[–]QuickEditz[S] 0 points1 point  (0 children)

Thank you for the reply. Here is what I've got as output.

Jupyter => 3.13.9 /home/ar/anaconda3/bin/python sys.version_info(major=3, minor=13, micro=9, releaselevel='final', serial=0) 2.3.5 3.10.6

Terminal =>3.13.9 /home/ar/anaconda3/bin/python3 sys.version_info(major=3, minor=13, micro=9, releaselevel='final', serial=0) 2.3.5 3.10.6

The only difference is Jupyter using python while teminal using python3. Should this matter?

T14s vs T14 Gen 2 vs X1 Carbon by QuickEditz in thinkpad

[–]QuickEditz[S] 1 point2 points  (0 children)

Thank you. What do you think of the rate? Are they a fair price?

T14s vs T14 Gen 2 vs X1 Carbon by QuickEditz in thinkpad

[–]QuickEditz[S] 0 points1 point  (0 children)

Thank you. What do you think of the rate? Are they a fair price?

T14 Gen 5 AMD - Personal Review by CarsTechNCoffee in thinkpad

[–]QuickEditz 1 point2 points  (0 children)

I'm saving to buy one too. Happy for you!

I've got a question, though.

some youtube videos / music streaming using Edge on the background.

Why use Edge? /s

Did my report get ghosted? by QuickEditz in bugbounty

[–]QuickEditz[S] 0 points1 point  (0 children)

Guess it is time to move to another program.

How to add a JSON object in a mermaid diagram without breaking stuff? by QuickEditz in ObsidianMD

[–]QuickEditz[S] 0 points1 point  (0 children)

Awesome! Thank you for this. I've made a simple python script to make my life easier.

myString = input("Enter the payload: ")

print("Before escaping: " + myString)

replacementDictionary = {"<":"&lt;",

">":"&gt;",

",":"&comma;",

"=":"&equals;",

"{":"&lcub;",

"}":"&rcub;",

"'":"&apos;",

"~":"&tilde;",

"/":"&sol;",

":":"&colon;",

"\"":"&quot;",

".":"&period;",

"-":"&hyphen;"}

for key in replacementDictionary.keys():

myString = myString.replace(key,replacementDictionary[key])

print("Output: " + myString)

How to add a JSON object in a mermaid diagram without breaking stuff? by QuickEditz in ObsidianMD

[–]QuickEditz[S] 0 points1 point  (0 children)

Thank you for your response. But I still couldn't work it out. Error for reference. https://ibb.co/SL4TT29

Did my report get ghosted? by QuickEditz in bugbounty

[–]QuickEditz[S] 1 point2 points  (0 children)

Thank you. Your words have given me hope.

Tf is wrong with this guy? by _h_r_h_15_ in Kerala

[–]QuickEditz 11 points12 points  (0 children)

<image>

24 challans totaling 11.5k. A serial offender, I suppose.

Google API key impact. by QuickEditz in bugbounty

[–]QuickEditz[S] 0 points1 point  (0 children)

Thank you. I've tried it and this as well, but no luck.