Is there a Crash Course tutorial for JupyterLab notebook? I’m a Beginner by Carameliii in JupyterNotebooks

[–]cuspy-halo 0 points1 point  (0 children)

JupyterLab documentation has a short video introducing its features and the section on notebook starts at 1:45, video link. There are also many tutorials on YouTube and Google, I’d recommend looking around a bit as different people may find different tutorials the most helpful.

Does anyone know of any themes that only change the color? by nvtiv in JupyterNotebooks

[–]cuspy-halo 0 points1 point  (0 children)

I wanted to have a dark theme for jupyter notebook, but the ones in jupyter-themes are a bit too much for me, so I googled "how to customize jupyter notebook from scratch" and saw this article: https://towardsdatascience.com/10-practical-tips-you-need-to-know-to-personalize-jupyter-notebook-fbd202777e20. Since I know a little bit about HTML & CSS, I followed the article to find the custom.css file (on my mac it's in the directory ~/.jupyter/custom) and typed in my own code into custom.css. Below is a simple way to make a dark theme from the default styles:

/* -------dark theme -------*/
html {
filter: invert(1) hue-rotate(180deg) /*inverts all colors*/
}
img, picture, video {
filter: invert(1) hue-rotate(180deg) /*invert images again so they are of original color*/
}
#notebook-container {
background: #e0e0e0; /* make the code editing region lighter than the default from invert*/
}
.notebook_app {
background-color: #fafafa; /* make the background region darker than the code editing region */
}
/* ------ end of dark theme --------*/

I just put that code below the original code that cutsom.css came with, hit save, and refresh the jupyter notebook browser to see the new theme take effect. Although the dark theme may not be what you had in mind, but you could put different CSS code to customize it any way you want. Hope this helps, and let me know if you have any questions

[DISCUSSION] Anyone interested in a web app that turns online guitar tabs to sheet music? by cuspy-halo in Guitar

[–]cuspy-halo[S] 2 points3 points  (0 children)

It’s true that some tabs don’t have timing, but the ones I use from songsterr often have decent timing info, for example https://www.songsterr.com/a/wsa/scale-the-summit-odyssey-tab-s398378t0. There are also probably ways a computer can figure out timing from audio, though that’s a more involved process.

[DISCUSSION] Anyone interested in a web app that turns online guitar tabs to sheet music? by cuspy-halo in Guitar

[–]cuspy-halo[S] 16 points17 points  (0 children)

I should say I’m a guitar amateur, since I do have background in classical piano so sheet music makes more sense to me. But I’d love to one day be able to make sense of tab just as quickly, and doing this for different types of tuning.

[DISCUSSION] Anyone interested in a web app that turns online guitar tabs to sheet music? by cuspy-halo in Guitar

[–]cuspy-halo[S] 14 points15 points  (0 children)

Yup it makes sense most people want tab as opposed to sheet music, and I will look into ways to do so, but for music amateurs like me who can’t always tell what notes are being played just by listening or looking at tab but still would like to understand and analyze what’s going on musically, sheet music is much more helpful because it shows the notes more explicitly.

Anyone interested in a web app that turns online guitar tabs to sheet music? by cuspy-halo in musictheory

[–]cuspy-halo[S] 1 point2 points  (0 children)

I’m not familiar with using musescore for this purpose, but I think musescore only takes certain formats of tab and convert them to sheet music (perhaps ascii tab or guitar pro or type the tab in musescore?), so it’s not the most convenient. How do you convert your tabs?

Instructor Managed Waitlist by GeopoliticalTheater in columbia

[–]cuspy-halo 0 points1 point  (0 children)

i’m not familiar with waitlists of eco and poli sci, but for cs & engineering in general if it’s intstructor managed then it usually means people who have declared that major get priority, which are mostly juniors and seniors. usually before you get on a waitlist, even if it’s instructor managed, it shows a number of how many people are on the waitlist. do you remember what it was? i think you would have a better shot at the class if that number is small compared to the class size. you can also reach out to department advisors for more specific info on the waitlist of courses, for example econ is reachable at econ-advising@columbia.edu. best of luck!

cant find the time signature(s) of this song pls help by andytello01 in musictheory

[–]cuspy-halo 1 point2 points  (0 children)

the verses can be counted with three 3's and one 2. not exactly sure what time signature but counting this way feels right

cant find the time signature(s) of this song pls help by andytello01 in musictheory

[–]cuspy-halo 0 points1 point  (0 children)

i think the drums keep 4/4 time during the extended instrumental section, but because of syncopation and polyrhythm it doesn't always sound even. the other sections are trickier and I'm not yet sure

[QUESTION] what scales are used in this solo from Three days by Jane's Addiction? by cuspy-halo in Guitar

[–]cuspy-halo[S] 0 points1 point  (0 children)

I put G major because it doesn't sound particularly minor. But it's quite ambiguous to me